AppointmentEventArgs Class
Serves as the base class for classes which provide data for certain appointment events.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Remarks
The AppointmentEventArgs class introduces the AppointmentEventArgs.Appointment property which specifies the appointment being processed in the event handler.
An instance of the AppointmentEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
See Also