[]
Called when the FocusedDate property changed, to raise the FocusedDateChanged event.
public event CalendarDateChangedEventHandler FocusedDateChanged
Public Event FocusedDateChanged As CalendarDateChangedEventHandler
Type | Description |
---|---|
CalendarDateChangedEventHandler | Called when the property changed, to raise the event. |
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.