C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonTabCollection Class / OnInsertComplete Method

In This Topic
OnInsertComplete Method (RibbonTabCollection)
In This Topic
Performs additional custom processes after inserting a RibbonTab into the RibbonTabCollection instance.
Syntax
'Declaration
 
Protected Overrides Sub OnInsertComplete( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
 

Parameters

index
value
See Also