SystemNavigationCloseRequestedPreviewEventArgs Class

Definition

Provides event data for the SystemNavigationManagerPreview.CloseRequested event.

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

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Properties

Handled

Gets or sets a value that indicates whether the close request is handled by the app.

Methods

GetDeferral()

Returns a Deferral object for the CloseRequested event.

Applies to