AppWindowChangedEventArgs.DidWindowingEnvironmentChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.