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

Parameter of the Added event

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

Syntax

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

Inheritance Hierarchy

See Also