UIElement.LayoutUpdated 事件

定義

當目前 Dispatcher 的數個關聯視覺化項目的配置變更時發生。

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

事件類型

備註

版面配置更新可能會因為屬性變更、視窗調整大小或明確的使用者要求而發生。

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

適用於