ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabCollection Class / OnRemoveComplete Method

In This Topic
    OnRemoveComplete Method (RibbonTabCollection)
    In This Topic
    Performs additional custom processes after removing a RibbonTab from the RibbonTabCollection 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