wpf-devexpress-dot-xpf-dot-scheduling-b5c2acc8.md
Serves as the base class for classes which provide data for certain AppointmentItem events.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public class AppointmentItemEventArgs :
EventArgs
Public Class AppointmentItemEventArgs
Inherits EventArgs
AppointmentItemEventArgs is the data class for the following events:
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.
Object EventArgs AppointmentItemEventArgs AppointmentItemCancelEventArgs
AppointmentItemConflictEventArgs
AppointmentItemOperationEventArgs
See Also