VisibilityChangedEventArgs クラス

定義

CoreWindow インスタンスの可視性が変更されたときに発生したイベントによって返される引数を格納します。

public ref class VisibilityChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class VisibilityChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class VisibilityChangedEventArgs
Public NotInheritable Class VisibilityChangedEventArgs
継承
Object Platform::Object IInspectable VisibilityChangedEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Handled

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

Visible

ウィンドウが表示されるかどうかを取得します。

適用対象

こちらもご覧ください