ApplicationViewConsolidatedEventArgs.IsUserInitiated 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 window consolidation was user-initiated.
public:
property bool IsUserInitiated { bool get(); };
bool IsUserInitiated();
public bool IsUserInitiated { get; }
var boolean = applicationViewConsolidatedEventArgs.isUserInitiated;
Public ReadOnly Property IsUserInitiated As Boolean
Property Value
bool
true if the window consolidation operation was user-initiated; otherwise, false.
Remarks
This property is true if the window consolidation was due to the user performing a close gesture. Otherwise, windows consolidation could be system-initiated or app-initiated (by a call to ApplicationView.TryConsolidateAsync).