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