EntityCollectionChangedParams.Action Property

Definition

A NotifyCollectionChangedAction value that indicates how the collection was changed.

public:
 property System::Collections::Specialized::NotifyCollectionChangedAction Action { System::Collections::Specialized::NotifyCollectionChangedAction get(); };
public System.Collections.Specialized.NotifyCollectionChangedAction Action { get; }
member this.Action : System.Collections.Specialized.NotifyCollectionChangedAction
Public ReadOnly Property Action As NotifyCollectionChangedAction

Property Value

A value that indicates how the collection was changed.

Remarks

Only the values Add and Remove are supported.

Applies to