WebPartMovingEventArgs Class
Provides data for the WebPartMoving event.
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.