Represents the method that will handle the WebPartManager.WebPartAdded event, WebPartManager.WebPartDeleted event, WebPartManager.WebPartClosed event, WebPartManager.WebPartMoved event, or WebPartManager.SelectedWebPartChanged event of a System.Web.UI.WebControls.WebParts.WebPartManager object.
- source
- Documentation for this section has not yet been entered.
- e
- Documentation for this section has not yet been entered.
The method specified in the System.Web.UI.WebControls.WebParts.WebPartEventHandler delegate will be called when a WebPartManager.WebPartAdded event, WebPartManager.WebPartDeleted event, WebPartManager.WebPartClosed event, WebPartManager.WebPartMoved event, or WebPartManager.SelectedWebPartChanged event is raised.
Page developers can provide custom handlers for Web Parts events by adding an OnWebPartAdded attribute, OnWebPartDeleted attribute, OnWebPartClosed attribute, OnWebPartMoved attribute, or OnSelectedWebPartChanged attribute to the <asp:webpartmanager> element in a page, and assigning a custom method name to the attribute. A custom handler can also be assigned programmatically. For more information on programmatically assigning an event handler, see How to: Connect Event Handler Methods to Events.