Gets or sets whether the key press event was handled.
public:
property bool Handled {
bool get ();
void set (bool value);
}
Type: bool
True if the key press event has been handled by the appropriate delegate; false if it has not.
Namespace: Windows.UI.Core
Metadata: windows.winmd