CustomizeAppointmentFlyoutEventArgs Class
In This Article
Provides data for the SchedulerControl.CustomizeAppointmentFlyout event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: 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.
#Implements
See Also