Skip to main content

AppointmentDependencyFormController.PropertyChanged Event

Occurs when a dependency type of the AppointmentDependency object handled by the AppointmentDependencyFormController changes.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public event PropertyChangedEventHandler PropertyChanged

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

Property Description
PropertyName Gets the name of the property that changed.

Remarks

This event may be useful if you are implementing your own dependency editing form. Handle this event to be notified of a AppointmentDependency.Type value change.

See Also