OnCheckStateChanged Method (C1CheckBox)
In This Topic
Raises the
CheckStateChanged event.
Syntax
'Declaration
Protected Overridable Sub OnCheckStateChanged( _
ByVal As EventArgs _
)
protected virtual void OnCheckStateChanged(
EventArgs
)
Parameters
- e
See Also