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

AppointmentFlyoutShowingEventArgs(IAppointmentFlyoutData) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

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