Method OnCheckedStateChanging
OnCheckedStateChanging(ResultEventArgs<CheckState>)
Called when the CheckBox state is changing.
protected virtual bool OnCheckedStateChanging(ResultEventArgs<CheckState> args)
Parameters
args
ResultEventArgs<CheckState>
Returns
Remarks
The state change can be cancelled by setting the args.Cancel to true.