Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntryCollection Class / OnInsertComplete Method

In This Topic
    OnInsertComplete Method (IndexEntryCollection)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnInsertComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnInsertComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also