[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonItemCollectionBase.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Performs additional custom processes after inserting a RibbonItem into the RibbonItemCollectionBase instance.

Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
Type Name Description
int index
object value
Overrides