Search
NotifyCollectionChangedEventArgs(T).Action Property
See Also
 





Gets or sets the action that caused the event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NotifyCollectionChangedAction Action { get; set; }

Visual Basic  Copy Code

Public Property Action As NotifyCollectionChangedAction

 Property Value

A member of the NotifyCollectionChangedAction enumeration.

 See Also