Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatLinkCollection Class / OnRemoveComplete Method

In This Topic
    OnRemoveComplete Method (RibbonQatLinkCollection)
    In This Topic
    Performs additional custom processes after removing an item from the RibbonQatLinkCollection instance.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRemoveComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected override void OnRemoveComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also