OnOrientationChanged Method (C1RangeSlider)
In This Topic
Raises the
OrientationChanged event.
Syntax
'Declaration
Protected Overridable Sub OnOrientationChanged( _
ByVal As EventArgs _
)
protected virtual void OnOrientationChanged(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also