Occurs after the display of the control has been changed using the ExtendedView functionality
Syntax
Event Data
The event handler receives an argument of type AfterViewChangeEventArgs containing data related to this event. The following AfterViewChangeEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| AfterView | The view in the calendar after the event fires. |
| BeforeView | The view in the calendar before the event triggered. |
| Date | The date related to the change of the view. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also