[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged

FocusedDateChanged Event

Called when the FocusedDate property changed, to raise the FocusedDateChanged event.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public event CalendarDateChangedEventHandler FocusedDateChanged
Public Event FocusedDateChanged As CalendarDateChangedEventHandler
Returns
Type Description
CalendarDateChangedEventHandler Called when the property changed, to raise the event.
Remarks

This event is raised if the FocusedDate property changed, and it can be changed not only by user interaction but also by binding as well as other set values.

FocusedDateChanged event is raised when mouse down on the button of calendar in mouse operation; and it is raised when key down in keyboard operation.

When calendar scrolled: It is raised before the Scrolled event in mouse operation; and it is raised after the Scrolled event in keyboard navigation or pressing previous/next button.