PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / OnInsert Method
The item index.
The item.

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

    Parameters

    index
    The item index.
    value
    The item.
    See Also