OnRemoveComplete Method

Sets the parent of the object that was removed to null.

Syntax

Visual Basic Overrides  Protected   Sub 
OnRemoveComplete(
        ByVal iIndex As int,
        ByVal oldValue As object
)
C# protected   override void 
OnRemoveComplete(
        int iIndex,
        object oldValue
);
Managed C++ protected:  void 
OnRemoveComplete(
        int iIndex,
        object oldValue
);
JScript protected   override function
OnRemoveComplete(
        iIndex : int,
        oldValue : object
);

Parameters

iIndex Required. The zero-based index of the object that was removed.
oldValue Required. The object to be removed.

Return Value

No return value.

Remarks

This method overrides System. Collections. CollectionBase. OnRemoveComplete.

Applies To

TabItemCollection, ToolbarItemCollection, ToolbarCheckButtonCollection, TreeNodeCollection

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl