Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AppWindowChangedEventArgs Class

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.

Provides data for the AppWindow.Changed event.

public ref class AppWindowChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowChangedEventArgs
Public NotInheritable Class AppWindowChangedEventArgs
Inheritance
Object Platform::Object IInspectable AppWindowChangedEventArgs
Attributes

Properties

Name Description
DidPositionChange

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

DidPresenterChange

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

DidSizeChange

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

DidVisibilityChange

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

DidZOrderChange

Gets a value that indicates whether the window's position in the Z-order changed.

IsZOrderAtBottom

Gets a value that indicates whether the window is now at the bottom of the Z-order.

IsZOrderAtTop

Gets a value that indicates whether the window is now at the top of the Z-order.

ZOrderBelowWindowId

Gets the ID of the window directly above this window in Z-order, if Z-order changed and this window is not the top window.

Applies to

See also


Feedback

Was this page helpful?