Gets the action that caused the event.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public NotifyCollectionChangedAction Action { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Action As NotifyCollectionChangedAction |
A member of the NotifyCollectionChangedAction enumeration.
See Also