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

AppointmentResourceEdit.ResourceIdChanged Event

Occurs when the AppointmentResourceEdit.ResourceId value is changed.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public event EventHandler ResourceIdChanged

Event Data

The ResourceIdChanged event's data class is EventArgs.

See Also