Back to Devexpress

CustomizeAppointmentFlyoutEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-29d7e783.md

latest1.9 KB
Original Source

CustomizeAppointmentFlyoutEventArgs Class

Provides data for the SchedulerControl.CustomizeAppointmentFlyout event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class CustomizeAppointmentFlyoutEventArgs :
    EventArgs,
    IAppointmentFlyoutData
vb
Public Class CustomizeAppointmentFlyoutEventArgs
    Inherits EventArgs
    Implements IAppointmentFlyoutData

CustomizeAppointmentFlyoutEventArgs is the data class for the following events:

Remarks

Instances of the CustomizeAppointmentFlyoutEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Implements

IAppointmentFlyoutData

Inheritance

Object EventArgs CustomizeAppointmentFlyoutEventArgs

See Also

CustomizeAppointmentFlyoutEventArgs Members

How to: Customize Appointment Flyouts

DevExpress.XtraScheduler Namespace