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

ItemsCollectionChangedEventArgs.Action Property

Indicates the action performed to change the collection.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public NotifyCollectionChangedAction Action { get; }

Property Value

Type Description
NotifyCollectionChangedAction

One of the NotifyCollectionChangedAction enumeration values indicating the performed action.

See Also