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