UIElement.LayoutUpdated 이벤트

정의

현재 Dispatcher와 연결된 다양한 시각적 요소의 레이아웃이 변경되면 발생합니다.

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

이벤트 유형

EventHandler

설명

레이아웃 업데이트는 속성 변경, 창 크기 조정 또는 명시적 사용자 요청의 결과로 발생할 수 있습니다.

이 멤버는 라우트된 이벤트가 아닌 CLR 이벤트입니다.

적용 대상