OnValueChanged Method (C1CheckBox)
In This Topic
Invokes the ValueChanged event.
Syntax
'Declaration
Protected Overridable Sub OnValueChanged( _
ByVal As EventArgs _
)
protected virtual void OnValueChanged(
EventArgs
)
Parameters
- e
- The event arguments.
See Also