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