Back to Devexpress

CustomDrawAppointmentFlyoutSubjectEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-a735461d.md

latest2.0 KB
Original Source

CustomDrawAppointmentFlyoutSubjectEventArgs Class

Provides data for the SchedulerControl.CustomDrawAppointmentFlyoutSubject event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class CustomDrawAppointmentFlyoutSubjectEventArgs :
    CustomDrawObjectEventArgs
vb
Public Class CustomDrawAppointmentFlyoutSubjectEventArgs
    Inherits CustomDrawObjectEventArgs

CustomDrawAppointmentFlyoutSubjectEventArgs is the data class for the following events:

Remarks

Instances of the CustomDrawAppointmentFlyoutSubjectEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs CustomDrawObjectEventArgs CustomDrawAppointmentFlyoutSubjectEventArgs

See Also

CustomDrawAppointmentFlyoutSubjectEventArgs Members

How to: Customize Appointment Flyouts

DevExpress.XtraScheduler Namespace