[]
Represents the method that handles the ClickDate event of the DropDownCalendar.
public delegate void ClickDateEventHandler(object sender, ClickDateEventArgs e)
Public Delegate Sub ClickDateEventHandler(sender As Object, e As ClickDateEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents the method that handles the event of the . |
ClickDateEventArgs | e | Represents the method that handles the event of the . |