XamlUIPresenter.NotifyWindowSizeChanged Method

Definition

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 ()

Applies to