Occurs before month change.
The event handler receives an argument of type MonthChangeBeforeEventArgs containing data related to this event. The following MonthChangeBeforeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. |
| NewDate | Gets or sets a value of new date. |
| OldDate | Gets a value of old date. |
Use this event to perform custom action before month changes. You can cancel month change with CancelEventArgs.
OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace