When I use the Text Change event, can not obtain Chinese characters, for example, I enter zhang (张), he recorded the z h a n g, therefore, for the Chinese, it Can not dynamically acquire
Sub TextField1_TextChanged (OldText As String, NewText As String) 'change the event name to match your view.
Log($"OldText: ${OldText}, NewText: ${NewText}"$)
End Sub