Skip to main content
A newer version of this page is available. .

CustomizeAppointmentFlyoutEventArgs Class

Provides data for the SchedulerControl.CustomizeAppointmentFlyout event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public class CustomizeAppointmentFlyoutEventArgs :
    EventArgs,
    IAppointmentFlyoutData

Remarks

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

Inheritance

Object
EventArgs
CustomizeAppointmentFlyoutEventArgs
See Also