UIElement.LayoutUpdated 事件

定义

在与当前 Dispatcher 关联的各种可视元素的布局更改时发生。

public:
 event EventHandler ^ LayoutUpdated;
public event EventHandler LayoutUpdated;
member this.LayoutUpdated : EventHandler 
Public Custom Event LayoutUpdated As EventHandler 

事件类型

注解

由于属性更改、窗口大小调整或显式用户请求,布局更新可能会发生。

此成员是 CLR 事件,而不是路由事件。

适用于