ConnectionsZone::OnInit Method (EventArgs^)

 

Raises the Init event.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void OnInit(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs that contains the event data.

This method calls the base ToolZone::OnInit method, and adds custom handling to prepare the Web page to display the ConnectionsZone control.

.NET Framework
Available since 2.0
Return to top
Show: