[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventHandler

ClickDateEventHandler Delegate

Represents the method that will handle the GrapeCity.Windows.InputMan.GcDropDownCalendar.ClickDate event and the GrapeCity.Windows.InputMan.GcDropDownCalendar.DoubleClickDate event of the GrapeCity.Windows.InputMan.GcDropDownCalendar.

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

The object where the event handler is attached.

ClickDateEventArgs e

The event data.