Occurs when the layout of the various visual elements associated with the current Dispatcher changes.
Public Event LayoutUpdated As EventHandler
Dim instance As UIElement Dim handler As EventHandler AddHandler instance.LayoutUpdated, handler
public event EventHandler LayoutUpdated
public: event EventHandler^ LayoutUpdated { void add (EventHandler^ value); void remove (EventHandler^ value); }
JScript does not support events.
<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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003