AppWindowClosedEventArgs Class

Definition

Provides data for the AppWindow.Closed event.

public ref class AppWindowClosedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowClosedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowClosedEventArgs
Public NotInheritable Class AppWindowClosedEventArgs
Inheritance
Object Platform::Object IInspectable AppWindowClosedEventArgs
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

Reason

Gets a value that indicates how the closing of the app window was initiated.

Applies to

See also