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