NotifyCollectionChangedEventArgs.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.