[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateChangedEventHandler

CalendarDateChangedEventHandler Delegate

Represents the method that will handle the GrapeCity.Windows.InputMan.GcDropDownCalendar.FocusedDateChanged event of the GrapeCity.Windows.InputMan.GcDropDownCalendar.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public delegate void CalendarDateChangedEventHandler(object sender, CalendarDateEventArgs e)
Public Delegate Sub CalendarDateChangedEventHandler(sender As Object, e As CalendarDateEventArgs)
Parameters
Type Name Description
object sender

The object where the event handler is attached.

CalendarDateEventArgs e

The event data.