AppWindowCloseRequestedEventArgs クラス

定義

AppWindow.CloseRequested イベントのデータを提供します。

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
継承
Object Platform::Object IInspectable AppWindowCloseRequestedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

プロパティ

Cancel

閉じる操作を取り消す必要があるかどうかを示す値を取得または設定します。

メソッド

GetDeferral()

CloseRequested イベント ハンドラーで実行される非同期作業を管理するための遅延オブジェクトを取得します。

適用対象

こちらもご覧ください