CoreWindowResizeManager.NotifyLayoutCompleted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.