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