Charting for WinForms Programmer's Guide
NotifyCollectionChangedEventArgs(T) Class
See Also
 






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

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 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.Gauges.NotifyCollectionChangedEventArgs(T)

 See Also

NotifyCollectionChangedEventArgs(T) Members
MindFusion.Gauges Namespace