Search
NotifyCollectionChangedEventArgs.Action Property
See Also
 






Gets the action that caused the event.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public NotifyCollectionChangedAction Action { get; }

Visual Basic  Copy Code

Public ReadOnly Property Action As NotifyCollectionChangedAction

 Property Value

A member of the NotifyCollectionChangedAction enumeration.

 See Also