[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs

ClickDateEventArgs Class

Provides the data for the GrapeCity.Windows.InputMan.GcDropDownCalendar.ClickDate event and the GrapeCity.Windows.InputMan.GcDropDownCalendar.DoubleClickDate event.

Inheritance
ClickDateEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class ClickDateEventArgs : RoutedEventArgs
Public Class ClickDateEventArgs
    Inherits RoutedEventArgs

Constructors

Name Description
ClickDateEventArgs(DateTime, RoutedEvent, object)

Initializes a new instance of the ClickDateEventArgs class.

ClickDateEventArgs(RoutedEvent, DateTime)

Initializes a new instance of the ClickDateEventArgs class.

Properties

Name Description
Date

Gets the clicked date.