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

In This Topic
    OnInsert Method (OwnedFastListBase)
    In This Topic
    Called when an item is about to be iserted.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnInsert( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) 
    protected virtual void OnInsert( 
       int index,
       object item
    )

    Parameters

    index
    The item index.
    item
    The item.
    See Also