Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / CommonGradientCollection Class / OnRemove Method

In This Topic
    OnRemove Method (CommonGradientCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRemove( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    protected virtual void OnRemove( 
       System.int index,
       System.object value
    )

    Parameters

    index
    value
    See Also