Share via


PropertyViewer.PropertyItemCollection.OnInsertComplete Method

Performs additional custom processes after inserting a new element into the control.

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

Syntax

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

Me.OnInsertComplete(index, value)
protected override void OnInsertComplete(
    int index,
    Object value
)
protected:
virtual void OnInsertComplete(
    int index, 
    Object^ value
) override
abstract OnInsertComplete : 
        index:int * 
        value:Object -> unit 
override OnInsertComplete : 
        index:int * 
        value:Object -> unit 
protected override function OnInsertComplete(
    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.