ContentIslandStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains event data for the Microsoft.UI.Content.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
- Attributes
Remarks
Microsoft.UI.Content.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. |