CoreWindowResizeManager.NotifyLayoutCompleted Method

Definition

Notifies the parent CoreWindow object that the new layout has completed.

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

Remarks

Call this method when your app has completed any changes to the window layout after a CoreWindow.SizeChanged event, such as a screen rotation.

Applies to