Gets or sets whether the character-received event was handled or not.
public:
property bool Handled {
bool get ();
void set (bool value);
}
Type: bool
True if the character received event has been handled; false if it has not.
Namespace: Windows.UI.Core
Metadata: windows.winmd
CharacterReceivedEventArgs Class