KeyboardEvent.Text
string Text{ get }
Description
This event’s text, as a string. Emoji and other codepoints outside the Basic Multilingual Plane don’t fit in a single C# char, so this is the safe way to read one. Empty for key events.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!