WindowActivatedEventArgs.Handled Property

Specifies the property that gets or sets whether the window activation event was handled.

Syntax

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

Property value

Type: bool 

  True if the window activation 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

WindowActivatedEventArgs Class

WindowActivatedEventArgs Members

Windows.UI.Core Namespace