True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / ViewRowList Class / OnRemove Method
The zero-based index at which value can be found.
The value of the element to remove from index.

In This Topic
    OnRemove Method (ViewRowList)
    In This Topic
    Performs additional custom processes when removing an element from the instance.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRemove( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    protected override void OnRemove( 
       System.int index,
       System.object value
    )

    Parameters

    index
    The zero-based index at which value can be found.
    value
    The value of the element to remove from index.
    See Also