Back to Devexpress

AppointmentViewInfoCustomizingEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-f04d1258.md

latest1.9 KB
Original Source

AppointmentViewInfoCustomizingEventArgs Class

Provides data for the SchedulerControl.AppointmentViewInfoCustomizing event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

AppointmentViewInfoCustomizingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AppointmentViewInfoCustomizingEventArgs

See Also

AppointmentViewInfoCustomizingEventArgs Members

AppointmentViewInfoCustomizing

DevExpress.XtraScheduler Namespace