OnInsertComplete Method (RibbonQatLinkCollection)
In This Topic
Performs additional custom processes after inserting an item into the
RibbonQatLinkCollection 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