Gets or sets a value indicating whether the VisibilityChanged event was handled.
public:
property bool Handled {
bool get ();
void set (bool value);
}
Type: bool
True if the event is handled; otherwise, false.
Namespace: Windows.UI.Core
Metadata: windows.winmd
VisibilityChangedEventArgs Class