True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / ViewRowList Class / OnInsertComplete Method

In This Topic
    OnInsertComplete Method (ViewRowList)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnInsertComplete( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    protected virtual void OnInsertComplete( 
       System.int index,
       System.object value
    )

    Parameters

    index
    value
    See Also