MobileForms Toolkit Documentation

OutlookMonthCalendar.MonthChangeBefore Event

Occurs before month change.

public event MonthChangeBeforeEventHandler MonthChangeBefore;

Event Data

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.

Remarks

Use this event to perform custom action before month changes. You can cancel month change with CancelEventArgs.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace