CharacterReceivedEventArgs.Handled Property

Gets or sets whether the character-received event was handled or not.

Syntax

public:
property bool Handled {
         bool get ();
         void set (bool value);
}  

Property value

Type: bool 

  True if the character received event has been handled; false if it has not.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CharacterReceivedEventArgs Class

CharacterReceivedEventArgs Members

Windows.UI.Core Namespace