MobileForms Toolkit Documentation

AbstractRenderer.ResolveDrawGripper Event

Resolve the draw of Appointment's gripper.

public event DrawAppointmentEventHandler ResolveDrawGripper;

Event Data

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.

See Also

AbstractRenderer Class | Resco.Controls.OutlookControls Namespace