AppWindowChangedEventArgs.DidWindowingEnvironmentChange Property

Definition

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

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

Property Value

Boolean

bool

true if the AppWindow.WindowingEnvironment property changed; otherwise, false.

Applies to

See also