ContentIslandStateChangedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 Microsoft.UI.Content.ContentIsland.StateChanged 事件的事件數據。
public ref class ContentIslandStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContentIslandStateChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContentIslandStateChangedEventArgs
Public NotInheritable Class ContentIslandStateChangedEventArgs
- 繼承
- 屬性
備註
Microsoft.UI.Content.ContentIsland.StateChanged 事件會在所有狀態變更之後以異步方式引發。 如果狀態變更延遲(請參閱 ContentDeferral),事件可能會進一步延遲。
屬性
DidActualSizeChange |
取得 ContentIsland 大小是否變更。 |
DidLayoutDirectionChange |
取得 ContentIsland 版面配置方向是否已變更。 |
DidRasterizationScaleChange |
取得 ContentIsland 點陣化比例是否變更。 |
DidSiteEnabledChange |
取得是否已啟用 ContentIsland 狀態 變更。 |
DidSiteVisibleChange |
取得 ContentIsland 可見性是否已變更。 |