C1.WPF Namespace > C1RangeSlider Class : OrientationChanged Event |
'Declaration
Public Event OrientationChanged As EventHandler(Of PropertyChangedEventArgs(Of Orientation))
'Usage
Dim instance As C1RangeSlider Dim handler As EventHandler(Of PropertyChangedEventArgs(Of Orientation)) AddHandler instance.OrientationChanged, handler
public event EventHandler<PropertyChangedEventArgs<Orientation>> OrientationChanged
public: event EventHandler<PropertyChangedEventArgs<Orientation>^>^ OrientationChanged
The event handler receives an argument of type PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
NewValue | The value of the property after the change. |
OldValue | The value of the property before the change. |
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