'DeclarationProtected Overridable Sub OnDisplayTextChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'UsageDim instance As Calculator Dim oldValue As String Dim newValue As String instance.OnDisplayTextChanged(oldValue, newValue)
Parameters
- oldValue
- The old string value.
- newValue
- The new string value.