[]
Represents the method that will handle the GrapeCity.Windows.InputMan.GcDropDownCalendar.FocusedDateChanged event of the GrapeCity.Windows.InputMan.GcDropDownCalendar.
public delegate void CalendarDateChangedEventHandler(object sender, CalendarDateEventArgs e)
Public Delegate Sub CalendarDateChangedEventHandler(sender As Object, e As CalendarDateEventArgs)
Type | Name | Description |
---|---|---|
object | sender | The object where the event handler is attached. |
CalendarDateEventArgs | e | The event data. |