AppWindowChangedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 AppWindow.Changed 事件的資料。
public ref class AppWindowChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowChangedEventArgs
Public NotInheritable Class AppWindowChangedEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1903 (已於 10.0.18362.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)
|
屬性
DidAvailableWindowPresentationsChange |
取得值,這個值表示可用的視窗簡報是否已變更。 |
DidDisplayRegionsChange |
取得值,這個值表示顯示區域是否已變更。 |
DidFrameChange |
取得值,這個值表示 AppWindow.Frame 的一或多個屬性是否已變更。 |
DidSizeChange |
取得值,這個值表示應用程式視窗的大小是否已變更。 |
DidTitleBarChange |
取得值,指出 AppWindow.TitleBar 的一或多個屬性是否已變更。 |
DidVisibilityChange |
取得值,這個值表示 AppWindow.IsVisible 屬性是否已變更。 |
DidWindowingEnvironmentChange |
取得值,這個值表示 AppWindow.WindowingEnvironment 屬性是否已變更。 |
DidWindowPresentationChange |
取得值,這個值表示套用的視窗簡報是否已變更。 |