[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDate

DoubleClickDate Event

Occurs when mouse double clicked on the button of calendar.

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

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