Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<NotifyCollectionChangedEventArgs<T>> CollectionChanged |
Visual Basic Copy Code |
---|
Public Event CollectionChanged As EventHandler(Of NotifyCollectionChangedEventArgs(Of T)) |
CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs<T>.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |