The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::Move Event
.NET Framework (current version)
Occurs when the control is moved.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
For more information about handling events, see Handling and Raising Events.
The following code example uses the Move event to display the location of the form in screen coordinates on the caption bar of the form.
.NET Framework
Available since 1.1
Available since 1.1
Show: