Occurs when the user double-clicks the System.Windows.Forms.CheckBox control.
By default, the ControlStyles.StandardClick and ControlStyles.StandardDoubleClick enumerations are set to false for the System.Windows.Forms.CheckBox control, and the CheckBox.DoubleClick event is not raised.
This event is not relevant to this class.