C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / OnSetComplete Method

In This Topic
OnSetComplete Method (InputComboBoxItemCollection)
In This Topic
Performs additional custom processes after setting an InputComponent in the InputComponentCollection instance.
Syntax
'Declaration
 
Protected Overridable Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 

Parameters

index
oldValue
newValue
See Also