Occurs when the control is moved.
Syntax
| Visual Basic (Declaration) | |
|---|
<SRDescriptionAttribute("Occurs when a control is moved.")>
<SRCategoryAttribute("Layout")>
Public Event Move As EventHandler |
| C# | |
|---|
[SRDescriptionAttribute("Occurs when a control is moved.")]
[SRCategoryAttribute("Layout")]
public event EventHandler Move |
| C++/CLI | |
|---|
[SRDescriptionAttribute("Occurs when a control is moved.")]
[SRCategoryAttribute("Layout")]
public:
event EventHandler^ Move |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also