This documentation is archived and is not being maintained.
WebPartManager::OnWebPartAdded Method
Visual Studio 2010
Raises the WebPartAdded event, which occurs after a WebPart control has been added to a page.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
- Type: System.Web.UI.WebControls.WebParts::WebPartEventArgs
A WebPartEventArgs that contains the event data.
The OnWebPartAdded method is called during the process of adding a WebPart control (or other server control that is added to a WebPartZoneBase zone) to a page.
Page developers can create a custom handler for the WebPartAdded event by adding the OnWebPartAdded attribute to the <asp:webpartmanager> element, and assigning a custom method name 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.
Show: