OnInsertComplete Method (RibbonItemCollectionBase)
In This Topic
Performs additional custom processes after inserting a
RibbonItem into the
RibbonItemCollectionBase instance.
Syntax
'Declaration
Protected Overrides Sub OnInsertComplete( _
ByVal As System.Integer, _
ByVal As System.Object _
)
protected override void OnInsertComplete(
System.int ,
System.object
)
Parameters
- index
- value
See Also