InputEnabledEventArgs.Handled Property

Gets or sets whether the input enable event was handled.

Syntax

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

Property value

Type: bool 

  True if the input enable event was handled by the appropriate delegate; false if it was not.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

InputEnabledEventArgs Class

InputEnabledEventArgs Members

Windows.UI.Core Namespace