AutomationElement.LayoutInvalidatedEvent Field

Definition

Identifies the event that is raised when the layout is invalidated.

public static readonly System.Windows.Automation.AutomationEvent LayoutInvalidatedEvent;

Field Value

Remarks

This identifier is used by UI Automation client applications. UI Automation providers should use the equivalent identifier in AutomationElementIdentifiers.

This event is raised by a container of elements whenever the visibility information of many elements has changed. This event is used by the client as an indicator that it needs to refresh the BoundingRectangleProperty and IsOffscreenProperty information that it may have cached for elements within the tree. The recommended number of changes that triggers this event is 25.

Applies to

Vara Útgáfur
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also