Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All
Expand Minimize

UIElement.LayoutUpdated Event

Occurs when the layout of the various visual elements associated with the current Dispatcher changes.

Namespace:  System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation

public event EventHandler LayoutUpdated
<object LayoutUpdated="EventHandler" .../>

A layout update can occur as a result of a property change, a window resize, or an explicit user request.

This member is a CLR event, not a routed event.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft