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