KeyEventArgs.Handled Property

Gets or sets whether the key press event was handled.

Syntax

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

Property value

Type: bool 

  True if the key press event has been handled by the appropriate delegate; false if it has not.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

KeyEventArgs Class

KeyEventArgs Members

Windows.UI.Core Namespace