C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class / OnSetComplete Method

In This Topic
OnSetComplete Method (RibbonItemCollectionBase)
In This Topic
Performs additional custom processes after setting a RibbonItem in the RibbonItemCollectionBase instance.
Syntax
'Declaration
 
Protected Overrides Sub OnSetComplete( _
   ByVal index As System.Integer, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
 

Parameters

index
oldValue
newValue
See Also