Skip to main content

AppointmentEventArgs Class

Serves as the base class for classes which provide data for certain appointment events.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public class AppointmentEventArgs :
    EventArgs

#Remarks

The AppointmentEventArgs class introduces the AppointmentEventArgs.Appointment property which specifies the appointment being processed in the event handler.

NOTE

AppointmentEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

See Also