Search
ObservableCollection(T).OnCollectionChanged Method
See Also
 






Raises the CollectionChanged event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnCollectionChanged (
    NotifyCollectionChangedEventArgs<T> e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCollectionChanged( _
    e As NotifyCollectionChangedEventArgs(Of T) _
)

 Parameters

e

An object, containing the event data.

 See Also