ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / GaugeCollection Class / OnInsertComplete Method

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

    Parameters

    index
    value
    See Also