Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / GaugeCollection Class / OnRemoveComplete Method

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

    Parameters

    index
    value
    See Also