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