Freigeben über


AppWindowCloseRequestedEventArgs Klasse

Definition

Stellt Daten für das AppWindow.CloseRequested-Ereignis bereit.

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

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Eigenschaften

Cancel

Ruft einen Wert ab, der angibt, ob der Schließenvorgang abgebrochen werden soll, oder legt diesen fest.

Methoden

GetDeferral()

Ruft ein Zurückstellungsobjekt zum Verwalten asynchroner Arbeit ab, die im CloseRequested-Ereignishandler ausgeführt wird.

Gilt für:

Weitere Informationen