Share via


IXRUIElement::InvalidateArrange (Windows Embedded CE 6.0)

1/6/2010

This method invalidates the arrange state, or layout, for this UI element. After the invalidation, Silverlight for Windows Embedded asynchronously updates the element's layout.

Syntax

virtual HRESULT STDMETHODCALLTYPE InvalidateArrange() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

Frequent calls to IXRUIElement::InvalidateArrange or to IXRUIElement::UpdateLayout have significant performance consequences. Therefore, avoid calling this method unless you absolutely require precise layout state for subsequent calls to other APIs in your code.

.NET Framework Equivalent

System.Windows.UIElement.InvalidateArrange

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRUIElement