ContentIslandStateChangedEventArgs Class

Definition

Contains event data for the ContentIsland.StateChanged event.

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
Inheritance
Object Platform::Object IInspectable ContentIslandStateChangedEventArgs
Attributes

Remarks

ContentIsland.StateChanged events are raised asynchronously after all state changes. Events may be further delayed if there are state change deferrals (see ContentDeferral) to complete.

Properties

DidActualSizeChange

Gets whether the ContentIsland size changed.

DidLayoutDirectionChange

Gets whether the ContentIsland layout direction changed.

DidRasterizationScaleChange

Gets whether the ContentIsland rasterization scale changed.

DidSiteEnabledChange

Gets whether enabled state of the ContentIsland changed.

DidSiteVisibleChange

Gets whether the ContentIsland visibility changed.

Applies to