Provides data for the ObservableCollection<T>.CollectionChanged event.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class NotifyCollectionChangedEventArgs<T> : EventArgs |
Visual Basic
Copy Code
|
|---|
Public Class NotifyCollectionChangedEventArgs(Of T) |
Inheritance HierarchySystem.Object![]()
System.EventArgs![]()
MindFusion.Diagramming.Components.NotifyCollectionChangedEventArgs(T)
See Also