[This is preliminary documentation and is subject to change.]
Removes handler from item at specified index if the item is
IReportsChange Namespace: Tools.CollectionsT.GenericTAssembly: 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
) |
Remarks
See Also