MonthCalendar.Click Event

Definition

Occurs when the user clicks the MonthCalendar control.

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

Event Type

Attributes

Remarks

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

Applies to