Share via


Switcher.WidgetsCollection.OnRemoveComplete Method

Performs additional custom processes after removing an element from the Switcher.WidgetsCollection instance.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected Overrides Sub OnRemoveComplete ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim index As Integer
Dim value As Object

Me.OnRemoveComplete(index, value)
protected override void OnRemoveComplete(
    int index,
    Object value
)
protected:
virtual void OnRemoveComplete(
    int index, 
    Object^ value
) override
abstract OnRemoveComplete : 
        index:int * 
        value:Object -> unit 
override OnRemoveComplete : 
        index:int * 
        value:Object -> unit 
protected override function OnRemoveComplete(
    index : int, 
    value : Object
)

Parameters

  • index
    Type: System.Int32
    The zero-based index at which the value can be found.
  • value
    Type: System.Object
    The value of the element to remove from the index.