WebPartManager::OnWebPartMoving Method
Raises the WebPartMoving event, which indicates that a WebPart or server or user control in a WebPartZoneBase zone is in the process of being moved.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartMovingEventArgs
A WebPartMovingEventArgs that contains the event data.
The OnWebPartMoving method raises the WebPartMoving event, which occurs when a WebPart or other server control is being moved within its zone or to another zone. The method also provides the opportunity to cancel the moving process. If the move is successfully completed, the WebPartMoved event follows.
Page developers can provide a custom handler for the associated event by adding the OnWebPartMoving attribute to the <asp:webpartmanager> element on a Web page, and then assigning a custom method name to the attribute.
Notes to InheritorsDevelopers who create derived WebPartManager classes can override the OnWebPartMoving method to customize the event handling.
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.