Resolve the draw of Appointment.
The event handler receives an argument of type DrawEventArgs containing data related to this event. The following DrawEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Appointment | Gets the appointment to draw. |
| Graphics | Gets the reference to the Graphics class. |
| IsSelectedApp | Gets the state, whether the CusotomAppointment is selected. |
| Rect | Gets the rectangle to draw. |
AbstractRenderer Class | Resco.Controls.OutlookControls Namespace