Nevron .NET Vision
Nevron.UI Namespace / NRangeElement Class / OnOrientationChanged Method
The arguments associated with the event.


In This Topic
    OnOrientationChanged Method (NRangeElement)
    In This Topic
    Provides additional processing of the Orientation property change.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOrientationChanged( _
       ByVal e As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As NRangeElement
    Dim e As System.EventArgs
     
    instance.OnOrientationChanged(e)
    protected virtual void OnOrientationChanged( 
       System.EventArgs e
    )

    Parameters

    e
    The arguments associated with the event.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also