AppointmentDependencyFormEventArgs Class
Provides data for the SchedulerControl.EditAppointmentDependencyFormShowing event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Remarks
The SchedulerControl.EditAppointmentDependencyFormShowing event occurs before the Appointment Dependency dialog window is invoked. The AppointmentDependencyFormEventArgs class introduces the AppointmentDependencyFormEventArgs.AppointmentDependency property that specifies the dependency for which the dialog is shown.
By setting the AppointmentDependencyFormEventArgs.Handled property to true, you can prevent a default dialog from being displayed.
AppointmentDependencyFormEventArgs objects are automatically created, initialized and passed to SchedulerControl.EditAppointmentDependencyFormShowing event handlers.