[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonQatLinkCollection.OnRemoveComplete

OnRemoveComplete Method

OnRemoveComplete(int, object)

Performs additional custom processes after removing an item from the RibbonQatLinkCollection instance.

Declaration
protected override void OnRemoveComplete(int index, object value)
Protected Overrides Sub OnRemoveComplete(index As Integer, value As Object)
Parameters
Type Name Description
int index
object value
Overrides