AppointmentFlyoutShowingEventArgs(IAppointmentFlyoutData) Constructor
Initializes a new instance of the AppointmentFlyoutShowingEventArgs class with the specified appointment flyout data.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
flyoutData | IAppointmentFlyoutData | An object with the IAppointmentFlyoutData interface containing appointment flyout data. |
Remarks
Instances of the AppointmentFlyoutShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also