CharacterReceivedRoutedEventArgs.Character Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the UTF-16 code unit for the composed character associated with the UIElement.CharacterReceived event.
Note
A composed character is a single visual object derived from a sequence of one or more other characters.
public:
property char16 Character { char16 get(); };
char16_t Character();
public char Character { get; }
var char = characterReceivedRoutedEventArgs.character;
Public ReadOnly Property Character As Char
Property Value
The composed character associated with the UIElement.CharacterReceived event.