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

Removes handler from 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 RemoveItemHandler(
	int Index
)
Visual Basic
Protected Overridable Sub RemoveItemHandler ( _
	Index As Integer _
)
Visual C++
protected:
virtual void RemoveItemHandler(
	int Index
)
F#
abstract RemoveItemHandler : 
        Index:int -> unit 
override RemoveItemHandler : 
        Index:int -> unit 
JScript
protected function RemoveItemHandler(
	Index : int
)

Parameters

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

Remarks

Call before item is removed

See Also