Search
NotifyCollectionChangedEventArgs(T) Class
See Also
 





Provides data for the ObservableCollection<T>.CollectionChanged event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class NotifyCollectionChangedEventArgs<T> : EventArgs

Visual Basic  Copy Code

Public Class NotifyCollectionChangedEventArgs(Of T)
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.NotifyCollectionChangedEventArgs(T)

 See Also