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

In This Topic
    OnRemoveComplete Method (RibbonGalleryItemCollection)
    In This Topic
    Performs additional custom processes after removing a RibbonItem from the RibbonItemCollectionBase instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRemoveComplete( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected virtual void OnRemoveComplete( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also