[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDate

ClickDate Event

Occurs when mouse clicked on the button of calendar.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public event ClickDateEventHandler ClickDate
Public Event ClickDate As ClickDateEventHandler
Returns
Type Description
ClickDateEventHandler Occurs when mouse clicked on the button of calendar.
Remarks

This event is raised when mouse clicked on the button of calendar. When DisplayMode is greater than StartDisplayMode, mouse clicked on the button will zoom in calendar which doesn't raise ClickDate event.