SystemNavigationCloseRequestedPreviewEventArgs Classe

Definizione

Fornisce i dati dell'evento per l'evento SystemNavigationManagerPreview.CloseRequested .

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
Ereditarietà
Object Platform::Object IInspectable SystemNavigationCloseRequestedPreviewEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Proprietà

Handled

Ottiene o imposta un valore che indica se la richiesta di chiusura viene gestita dall'app.

Metodi

GetDeferral()

Restituisce un oggetto Deferral per l'evento CloseRequested .

Si applica a