CharacterReceivedRoutedEventArgs.Character Property

Definition

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

Char

char16

char16_t

The composed character associated with the UIElement.CharacterReceived event.

Applies to