MonthCalendar.DoubleClick Event

Definition

Occurs when the user double-clicks the MonthCalendar 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

The MonthCalendar control sets the StandardClick bit flag to false, so the MonthCalendar will not raise the DoubleClick event.

Applies to