[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarModeChangedEventHandler

CalendarModeChangedEventHandler Delegate

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

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

The object where the event handler is attached.

CalendarModeChangedEventArgs e

The event data.