ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemCollection Class / OnSetComplete Method

In This Topic
    OnSetComplete Method
    In This Topic
    Performs additional custom processes after setting an DropDownItem in the DropDownItemCollection instance.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSetComplete( _
       ByVal index As Integer, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    protected override void OnSetComplete( 
       int index,
       object oldValue,
       object newValue
    )

    Parameters

    index
    oldValue
    newValue
    See Also