NotifyCollectionChangedEventArgs.Action Property

Definition

Gets the description of the action that caused the event.

public:
 property NotifyCollectionChangedAction Action { NotifyCollectionChangedAction get(); };
NotifyCollectionChangedAction Action();
public NotifyCollectionChangedAction Action { get; }
var notifyCollectionChangedAction = notifyCollectionChangedEventArgs.action;
Public ReadOnly Property Action As NotifyCollectionChangedAction

Property Value

The description of the action that caused the event, as a value of the enumeration.

Remarks

When programming with .NET, this class is hidden and developers should use the System.Collections.Specialized.NotifyCollectionChangedEventArgs class.

Applies to

See also