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