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

In This Topic
    OnRemoveComplete Method (Chart3DColorsCollection)
    In This Topic
    Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRemoveComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnRemoveComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also