ProxyWebPartManager.OnInit(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the Init event and initializes the control.
protected public:
override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)
Parameters
Exceptions
The WebPartManager control from the associated master page is null
.
Remarks
The OnInit method calls the base method, and then carries out tasks to initialize the ProxyWebPartManager control. An important task of this method is to assign the collection of connections referenced by the StaticConnections property to the WebPartManager control's WebPartManager.StaticConnections collection.