Content::Load Event

 

Occurs when the server control is loaded into the Page control.

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

public:
[BrowsableAttribute(false)]
event EventHandler^ Load {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The Load event is never invoked and does not appear in visual designers.

.NET Framework
Available since 2.0
Return to top
Show: