'DeclarationProtected Overrides Sub OnSelectedValueChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'UsageDim instance As CheckComboBox Dim oldValue As String Dim newValue As String instance.OnSelectedValueChanged(oldValue, newValue)
Parameters
- oldValue
- A string representing the old value.
- newValue
- A string representing the new value.