Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / VisitedDocumentCollection Class / OnInsertComplete Method
The item index.
The item.

In This Topic
    OnInsertComplete Method (VisitedDocumentCollection)
    In This Topic
    Called after an item has been inserted. Fires the C1.C1Preview.EventCollection.Changed event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnInsertComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected virtual void OnInsertComplete( 
       int index,
       object value
    )

    Parameters

    index
    The item index.
    value
    The item.
    See Also