'Declaration Protected Overrides Sub OnTextChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'Usage Dim instance As UpDownBase(Of T) Dim oldValue As String Dim newValue As String instance.OnTextChanged(oldValue, newValue)
Parameters
- oldValue
- The old string value of Text.
- newValue
- The new string value of Text.