ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabGroupCollection Class / OnInsertComplete Method

In This Topic
    OnInsertComplete Method (RibbonTabGroupCollection)
    In This Topic
    Performs additional custom processes after inserting a RibbonContextualTabGroup into the RibbonTabGroupCollection 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