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