[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonQatLinkCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Performs additional custom processes after inserting an item into the RibbonQatLinkCollection instance.

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