Skip to main content
A newer version of this page is available. .

AppointmentDependencyFormEventArgs Class

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public class AppointmentDependencyFormEventArgs :
    ShowFormEventArgs

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.

Inheritance

Object
EventArgs
ShowFormEventArgs
AppointmentDependencyFormEventArgs
See Also