Search
ObservableCollection(T).CollectionChanged Event
See Also
 





Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<NotifyCollectionChangedEventArgs<T>> CollectionChanged

Visual Basic  Copy Code

Public Event CollectionChanged As EventHandler(Of NotifyCollectionChangedEventArgs(Of T))

 See Also