Event CheckedStateChanging
Raised when the CheckBox state is changing.
public event EventHandler<ResultEventArgs<CheckState>>? CheckedStateChanging
Returns
- EventHandler<ResultEventArgs<CheckState>>
- Raised when the state is changing.
Remarks
This event can be cancelled. If cancelled, the CheckBox will not change its state.