Back to Devexpress

AppointmentDependencyFormEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-6e41a17b.md

latest2.6 KB
Original Source

AppointmentDependencyFormEventArgs Class

Provides data for the SchedulerControl.EditAppointmentDependencyFormShowing event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentDependencyFormEventArgs :
    ShowFormEventArgs
vb
Public Class AppointmentDependencyFormEventArgs
    Inherits ShowFormEventArgs

AppointmentDependencyFormEventArgs is the data class for the following events:

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

AppointmentDependencyFormEventArgs Members

EditAppointmentDependencyFormShowing

DevExpress.XtraScheduler Namespace