ViewPage::OnPreInit Method

Visual Studio 2010

Raises the PreInit event at the beginning of page initialization.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected:
virtual void OnPreInit(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs
The event data.

Community Additions

ADD
Show: