WebPartManager::WebPartMoved Event
Occurs after a WebPart or server control has been moved to a different location on a Web page.
Assembly: System.Web (in System.Web.dll)
This event applies to both static (declared in the markup of a Web page) and dynamic controls. It is associated with the OnWebPartMoved method. Because the event is raised after a move is complete, developers can include an event handler to provide some notification to users, some validation, or some other actions. To add an event handler, you can add an OnWebPartMoved attribute to the <asp:webpartmanager> element in a page, and assign the name of a custom method to the attribute.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.