WebPartManager::OnWebPartAdded Method (WebPartEventArgs^)
.NET Framework (current version)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: