MobileForms Toolkit Documentation

OutlookMonthCalendar.MonthChangeAfter Event

Occurs after month change.

public event MonthChangeAfterEventHandler MonthChangeAfter;

Event Data

The event handler receives an argument of type MonthChangeAfterEventArgs containing data related to this event. The following MonthChangeAfterEventArgs properties provide information specific to this event.

Property Description
NewDate Gets a value of new date.
OldDate Gets a value of old date.

Remarks

Use this event to perform custom action after month changes.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace