Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Integer, _
       ByVal value As Object _
    ) 
    protected override void OnInsertComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also