Share via


AppWindowChangedEventArgs Class

Definition

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

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