MobileForms Toolkit Documentation

OutlookWeekCalendar.ResolveAppointments Event

Occurs when the WeekCalendar is going to paint the control.

public event ResolveAppointmentsEventHandler ResolveAppointments;

Event Data

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

Property Description
Appointments Gets or sets the list of CustomAppointment to display.
EndDate Gets or sets the end date of OutlookWeekCalendar. CustomAppointments outside of date range won't be display.
StartDate Gets or sets the start date of OutlookWeekCalendar. CustomAppointments outside of date range won't be display.

Remarks

Use this method for actualize your list of CustomAppointments.

See Also

OutlookWeekCalendar Class | Resco.Controls.OutlookControls Namespace