ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatItemCollection Class / OnSetComplete Method

In This Topic
    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 index As System.Integer, _
       ByVal oldValue As System.Object, _
       ByVal newValue As System.Object _
    ) 
    protected override void OnSetComplete( 
       System.int index,
       System.object oldValue,
       System.object newValue
    )

    Parameters

    index
    oldValue
    newValue
    See Also