Allows you to respond to the button's check state being changed.
public event EventHandler CheckedChanged
event Public CheckedChanged As EventHandler
The event handler receives an argument of type System.EventArgs containing data related to this event.
The CheckedChanged event fires after the button's state specified by the Checked property has been changed.