Occurs when the location of the window that contains this control has changed.

You can call GetWindowBounds()()()() in the event handler to determine the new window location.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public event EventHandler WindowLocationChanged
Visual Basic
Public Event WindowLocationChanged As EventHandler
JScript
JScript does not support events.

Remarks

This event does not occur when this control is embedded in another application such as Internet Explorer or the Workbench.

See Also