Skip to main content

EditAppointmentFormEventArgs Class

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public class EditAppointmentFormEventArgs :
    EditFormShowingEventArgs

#Remarks

The SchedulerControl.EditAppointmentFormShowing event occurs before the Edit Appointment form is invoked. The EditAppointmentFormEventArgs class introduces the EditAppointmentFormEventArgs.Appointment property, that specifies the appointment for which the form is shown.

The SchedulerControl.EditRecurrentAppointmentFormShowing event occurs before the Open Recurring Item dialog is invoked, when an end-user decides to edit a recurrent appointment. The Open Recurring Item dialog allows end-users to specify whether the whole series of recurring appointments should be edited or only the selected occurrence. The EditAppointmentFormEventArgs.Appointment property specifies the appointment occurrence for which the form is shown.

Note that EditAppointmentFormEventArgs objects are automatically created, initialized and passed to the SchedulerControl.EditAppointmentFormShowing and SchedulerControl.EditRecurrentAppointmentFormShowing event handlers.

#Inheritance

Object
EventArgs
FormShowingEventArgs
DevExpress.Xpf.Scheduler.EditFormShowingEventArgs
EditAppointmentFormEventArgs
See Also