'Declaration Protected Overridable Sub OnTextChanged( _ ByVal oldValue As String, _ ByVal newValue As String _ )
'Usage Dim instance As MultiLineTextEditor Dim oldValue As String Dim newValue As String instance.OnTextChanged(oldValue, newValue)
Parameters
- oldValue
- The old string value.
- newValue
- The new string value.