[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateEventArgs

CalendarDateEventArgs Class

Provides data for the GrapeCity.Windows.InputMan.GcDropDownCalendar.FocusedDateChanged event.

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

Constructors

Name Description
CalendarDateEventArgs(DateTime, DateTime)

Initializes a new instance of the CalendarDateEventArgs class.

CalendarDateEventArgs(DateTime, DateTime, object)

Initializes a new instance of the CalendarDateEventArgs class.

CalendarDateEventArgs(DateTime, DateTime, RoutedEvent, object)

Initializes a new instance of the CalendarDateEventArgs class.

Properties

Name Description
NewDate

Gets the new focused date of the GrapeCity.Windows.InputMan.GcDropDownCalendar.

OldDate

Gets the previous focused date of the GrapeCity.Windows.InputMan.GcDropDownCalendar.