AppWindowChangedEventArgs Class

Definition

Provides data for the AppWindow.Changed event.

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

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Properties

DidAvailableWindowPresentationsChange

Gets a value that indicates whether the available window presentations changed.

DidDisplayRegionsChange

Gets a value that indicates whether the display regions changed.

DidFrameChange

Gets a value that indicates whether one or more properties of the AppWindow.Frame has changed.

DidSizeChange

Gets a value that indicates whether the size of the app window changed.

DidTitleBarChange

Gets a value that indicates whether one or more properties of the AppWindow.TitleBar has changed.

DidVisibilityChange

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

DidWindowingEnvironmentChange

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

DidWindowPresentationChange

Gets a value that indicates whether the applied window presentation has changed.

Applies to

See also