Skip to main content

AppointmentItemEventArgs Class

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class AppointmentItemEventArgs :
    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.

See Also