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

Adds handler to item at specified index if the item is IReportsChange

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

Syntax

C#
protected virtual void AddItemHandler(
	int Index
)
Visual Basic
Protected Overridable Sub AddItemHandler ( _
	Index As Integer _
)
Visual C++
protected:
virtual void AddItemHandler(
	int Index
)
F#
abstract AddItemHandler : 
        Index:int -> unit 
override AddItemHandler : 
        Index:int -> unit 
JScript
protected function AddItemHandler(
	Index : int
)

Parameters

Index
Type: System..::..Int32
Index of item to try add handler

Remarks

Call after item is added

See Also