Back to Devexpress

AppointmentFlyoutShowingEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-93dde1d5.md

latest1.6 KB
Original Source

AppointmentFlyoutShowingEventArgs Class

Provides data for the SchedulerControl.AppointmentFlyoutShowing event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentFlyoutShowingEventArgs :
    EventArgs
vb
Public Class AppointmentFlyoutShowingEventArgs
    Inherits EventArgs

AppointmentFlyoutShowingEventArgs is the data class for the following events:

Remarks

An instance of the AppointmentFlyoutShowingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AppointmentFlyoutShowingEventArgs

See Also

AppointmentFlyoutShowingEventArgs Members

DevExpress.XtraScheduler Namespace