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