Share via


AppWindowChangedEventArgs.DidWindowPresentationChange Property

Definition

Gets a value that indicates whether the applied window presentation has changed.

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

Property Value

Boolean

bool

true if the applied window presentation changed; otherwise, false.

Applies to

See also