EntityDataSource::OnInit Method (EventArgs^)

 

Adds a LoadComplete event handler to the Page control that contains the EntityDataSource control.

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

protected:
virtual void OnInit(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs object that contains event data.

.NET Framework
Available since 3.5
Return to top
Show: