OnRemove Method
Tracks the number of Tabs after using the Remove method.
Syntax
Visual Basic Overrides Protected Sub
OnRemove(
ByVal iIndex As int,
ByVal oObject As object
)C# protected override void
OnRemove(
int iIndex,
object oObject
);Managed C++ protected: void
OnRemove(
int iIndex,
object oObject
);JScript protected override function
OnRemove(
iIndex : int,
oObject : object
);
Parameters
iIndex Required. The index of the item being removed. oObject Required. The item being removed.
Return Value
No return value.
Applies To
TabItemCollection
See Also
Internet Explorer WebControls, About the TabStrip WebControl