CheckBox.DoubleClick Event

Definition

Occurs when the user double-clicks the CheckBox control.

public:
 event EventHandler ^ DoubleClick;
[System.ComponentModel.Browsable(false)]
public event EventHandler DoubleClick;
[System.ComponentModel.Browsable(false)]
public event EventHandler? DoubleClick;
[<System.ComponentModel.Browsable(false)>]
member this.DoubleClick : EventHandler 
Public Custom Event DoubleClick As EventHandler 

Event Type

Attributes

Remarks

By default, the StandardClick and StandardDoubleClick enumerations are set to false for the CheckBox control, and the DoubleClick event is not raised.

This event is not relevant to this class.

Applies to