[This is preliminary documentation and is subject to change.]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class ListChangedEventArgs : CollectionChangeEventArgs<T>
Visual Basic
Public Class ListChangedEventArgs _
	Inherits CollectionChangeEventArgs(Of T)
Visual C++
public ref class ListChangedEventArgs : public CollectionChangeEventArgs<T>
F#
type ListChangedEventArgs =  
    class
        inherit CollectionChangeEventArgs<'T>
    end
JScript
public class ListChangedEventArgs extends CollectionChangeEventArgs<T>

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CollectionChangeEventArgs
      Tools.CollectionsT.GenericT..::..CollectionChangedEventArgsBase
        Tools.CollectionsT.GenericT..::..CollectionChangeEventArgs<(Of <(<'T>)>)>
          Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs

See Also