Skip to main content

AppointmentFlyoutShowingEventArgs(IAppointmentFlyoutData) Constructor

Initializes a new instance of the AppointmentFlyoutShowingEventArgs class with the specified appointment flyout data.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentFlyoutShowingEventArgs(
    IAppointmentFlyoutData flyoutData
)

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