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

Parameter of event that report items

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

Syntax

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

Inheritance Hierarchy

See Also