AcceleratorKeyEventArgs.Handled Property

Gets or sets whether the accelerator key event was handled or not.

Syntax

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

Property value

Type: bool 

  True if the accelerator key event has been handled; false if it has not.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

AcceleratorKeyEventArgs Class

AcceleratorKeyEventArgs Members

Windows.UI.Core Namespace