OnInsertComplete Method
Adjusts the selected object after inserting an item.
Syntax
Visual Basic Overrides Protected Sub
OnInsertComplete(
ByVal iIndex As int,
ByVal oValue As object
)C# protected override void
OnInsertComplete(
int iIndex,
object oValue
);Managed C++ protected: void
OnInsertComplete(
int iIndex,
object oValue
);JScript protected override function
OnInsertComplete(
iIndex : int,
oValue : object
);
Parameters
iIndex Required. The zero-based index of the item being inserted. oValue Required. The item being inserted.
Return Value
No return value.
Remarks
This method overrides System. Collections. CollectionBase. OnInsertComplete.
Applies To
TabItemCollection, ToolbarCheckButtonCollection, TreeNodeCollection
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl