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.v18.2.dll

Declaration

public NotifyCollectionChangedAction Action { get; }

Property Value

Type Description
NotifyCollectionChangedAction

One of the NotifyCollectionChangedAction enumeration values indicating the performed action.

See Also