VisibilityChangedEventArgs.Handled Property

Gets or sets a value indicating whether the VisibilityChanged event was handled.

Syntax

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

Property value

Type: bool 

  True if the event is handled; otherwise, false.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

VisibilityChangedEventArgs Class

VisibilityChangedEventArgs Members

Windows.UI.Core Namespace