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

Represents common base for generic classes CollectionChangeEventArgs<(Of <(<'TItem>)>)>

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

Syntax

C#
public abstract class CollectionChangedEventArgsBase : CollectionChangeEventArgs
Visual Basic
Public MustInherit Class CollectionChangedEventArgsBase _
	Inherits CollectionChangeEventArgs
Visual C++
public ref class CollectionChangedEventArgsBase abstract : public CollectionChangeEventArgs
F#
[<AbstractClassAttribute>]
type CollectionChangedEventArgsBase =  
    class
        inherit CollectionChangeEventArgs
    end
JScript
public abstract class CollectionChangedEventArgsBase extends CollectionChangeEventArgs

Inheritance Hierarchy

See Also