CustomDrawAppointmentFlyoutSubjectEventArgs Class
In This Article
Provides data for the SchedulerControl.CustomDrawAppointmentFlyoutSubject event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class CustomDrawAppointmentFlyoutSubjectEventArgs :
CustomDrawObjectEventArgs
#Remarks
Instances of the CustomDrawAppointmentFlyoutSubjectEventArgs
class are automatically created, initialized and passed to corresponding event handlers.
#Inheritance
Object
EventArgs
CustomDrawObjectEventArgs
CustomDrawAppointmentFlyoutSubjectEventArgs
See Also