C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class / OnSetComplete Method

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

Parameters

index
oldValue
newValue
See Also