windowsforms-devexpress-dot-xtrascheduler-6e41a17b.md
Provides data for the SchedulerControl.EditAppointmentDependencyFormShowing event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class AppointmentDependencyFormEventArgs :
ShowFormEventArgs
Public Class AppointmentDependencyFormEventArgs
Inherits ShowFormEventArgs
AppointmentDependencyFormEventArgs is the data class for the following events:
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.
Object EventArgs ShowFormEventArgs AppointmentDependencyFormEventArgs
See Also
AppointmentDependencyFormEventArgs Members