WebPartManager.WebPartMoved Event
Assembly: System.Web (in system.web.dll)
public: event WebPartEventHandler^ WebPartMoved { void add (WebPartEventHandler^ value); void remove (WebPartEventHandler^ value); }
/** @event */ public void add_WebPartMoved (WebPartEventHandler value) /** @event */ public void remove_WebPartMoved (WebPartEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.