WindowSizeChangedEventArgs.Handled Property

Gets or sets whether the window size event was handled.

Syntax

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

Property value

Type: bool 

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

WindowSizeChangedEventArgs Class

WindowSizeChangedEventArgs Members

Windows.UI.Core Namespace