Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Fields Class / OnRemoveComplete Method
The item index.
The item.

In This Topic
    OnRemoveComplete Method (Fields)
    In This Topic
    Called after an item has been removed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRemoveComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected virtual void OnRemoveComplete( 
       int index,
       object value
    )

    Parameters

    index
    The item index.
    value
    The item.
    See Also