AppointmentItemEventArgs Class
In This Article
Serves as the base class for classes which provide data for certain AppointmentItem events.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#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