AppWindowChangedEventArgs.DidVisibilityChange Property

Definition

Gets a value that indicates whether the AppWindow.IsVisible property changed.

public:
 property bool DidVisibilityChange { bool get(); };
bool DidVisibilityChange();
public bool DidVisibilityChange { get; }
var boolean = appWindowChangedEventArgs.didVisibilityChange;
Public ReadOnly Property DidVisibilityChange As Boolean

Property Value

Boolean

bool

true if the Visibility of the window changed; otherwise, false.

Applies to

See also