XamlUIPresenter.NotifyWindowSizeChanged 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.
Invokes the SizeChanged event on Window.Current. Used by hosts to propagate size changes from host settings to user code, so that a design mode interaction can be differentiated from a run time interaction.
public:
static void NotifyWindowSizeChanged();
static void NotifyWindowSizeChanged();
public static void NotifyWindowSizeChanged();
function notifyWindowSizeChanged()
Public Shared Sub NotifyWindowSizeChanged ()