PropertyViewer.PropertyItemCollection.OnRemoveComplete Method
Performs additional custom processes after removing an element from the control.
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 to insert a value.
- value
Type: System.Object
The new value of the element at index.