다음을 통해 공유


CoreWindowResizeManager.NotifyLayoutCompleted 메서드

정의

부모 CoreWindow 개체에 새 레이아웃이 완료되었음을 알 수 있습니다.

public:
 virtual void NotifyLayoutCompleted() = NotifyLayoutCompleted;
void NotifyLayoutCompleted();
public void NotifyLayoutCompleted();
function notifyLayoutCompleted()
Public Sub NotifyLayoutCompleted ()

설명

앱이 화면 회전과 같은 CoreWindow.SizeChanged 이벤트 후 창 레이아웃에 대한 변경 내용을 완료하면 이 메서드를 호출합니다.

적용 대상