WebPartMovingEventArgs Class
Assembly: System.Web (in system.web.dll)
The WebPartMoving event is raised when a WebPart or other server control is being moved within its own zone, or to another zone. This can occur both when a user drags a control, and when there is a programmatic move.
The WebPartMoving event is raised by the OnWebPartMoving method, and it provides an opportunity to cancel the moving process before it is complete or to track the user action. If the move is completed and the control placed in a new position, this event is followed by the WebPartMoved event.
The WebPartMovingEventArgs class contains information about the WebPartMoving event. It provides access to the Web Parts control that is being moved and the zone it is being moved to.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.EventArgs
System.ComponentModel.CancelEventArgs
System.Web.UI.WebControls.WebParts.WebPartCancelEventArgs
System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs
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.