Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OwnedCollectionBase Class / OnRemove Method
The item index.
The item.

In This Topic
    OnRemove Method (OwnedCollectionBase)
    In This Topic
    Called when an item is about to be removed.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRemove( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnRemove( 
       int index,
       object value
    )

    Parameters

    index
    The item index.
    value
    The item.
    See Also