CustomDrawAppointmentFlyoutSubjectEventArgs Constructors
Provides data for the SchedulerControl.CustomDrawAppointmentFlyoutSubject event.Name | Parameters | Description |
---|---|---|
CustomDrawAppointmentFlyoutSubjectEventArgs(SchedulerControl, ObjectInfoArgs, Appointment, Rectangle, Rectangle, DefaultDrawDelegate, DefaultDrawDelegate, DefaultDrawDelegate) | control, objectInfo, appointment, bounds, statusBounds, defaultDrawDelegate, defaultDrawStatusDelegate, defaultDrawBackgroundDelegate | Initializes a new instance of the CustomDrawAppointmentFlyoutSubjectEventArgs class with specified settings. |
See Also