A newer version of this page is available.
Switch to the current version.
AppointmentItemEventArgs Class
Serves as the base class for classes which provide data for certain AppointmentItem events.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class AppointmentItemEventArgs :
EventArgs
Public Class AppointmentItemEventArgs
Inherits EventArgs
Remarks
The AppointmentItemEventArgs class provides the AppointmentItemEventArgs.Appointment property which specifies the appointment being processed in the event handler.
An instance of the AppointmentItemEventArgs class with appropriate settings is automatically created and passed to the corresponding event's handler.
Inheritance
See Also
Feedback