ItemsCollectionChangedEventArgs.Action Property
Indicates the action performed to change the collection.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
NotifyCollectionChangedAction | One of the NotifyCollectionChangedAction enumeration values indicating the performed action. |
See Also