WindowEventArgs クラス

定義

Window.Closed イベントによって返されるウィンドウの状態情報を格納します。

public ref class WindowEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowEventArgs
Public NotInheritable Class WindowEventArgs
継承
Object Platform::Object IInspectable WindowEventArgs
属性

プロパティ

Handled

Window イベントが処理されたかどうかを取得または設定します。

適用対象