AppWindowChangedEventArgs クラス

定義

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

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

プロパティ

DidPositionChange

プロパティが変更されたかどうかを示す値を AppWindow.Position 取得します。

DidPresenterChange

プロパティが変更されたかどうかを示す値を AppWindow.Presenter 取得します。

DidSizeChange

プロパティが変更されたかどうかを示す値を AppWindow.Size 取得します。

DidVisibilityChange

プロパティが変更されたかどうかを示す値を AppWindow.IsVisible 取得します。

DidZOrderChange

Z オーダー内のウィンドウの位置が変更されたかどうかを示す値を取得します。

IsZOrderAtBottom

ウィンドウが Z オーダーの一番下にあるかどうかを示す値を取得します。

IsZOrderAtTop

ウィンドウが Z オーダーの先頭に表示されるかどうかを示す値を取得します。

ZOrderBelowWindowId

Z オーダーが変更され、このウィンドウがトップ ウィンドウでない場合は、このウィンドウのすぐ上のウィンドウの ID を Z オーダーで取得します。

適用対象

こちらもご覧ください