NotifyCollectionChangedEventArgs.Action Property

Definition

Gets the action that caused the event.

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 NotifyCollectionChangedAction value that describes the action that caused the event.

Applies to