FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DColorsCollection Class / OnInsertComplete Method

In This Topic
    OnInsertComplete Method (Chart3DColorsCollection)
    In This Topic
    Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.
    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