Event Toggled
Toggled event, raised when the CheckBox is toggled.
public event Action<bool> Toggled
Returns
Remarks
Client code can hook up to this event, it is
raised when the CheckBox is activated either with
the mouse or the keyboard. The passed bool
contains the previous state.