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

SchedulerItemBase.ResourceIdsChanged Event

Occurs when the ResourceIds property value has changed.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event EventHandler ResourceIdsChanged

Event Data

The ResourceIdsChanged event's data class is EventArgs.

See Also