ViewPage::OnPreInit Method

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.

Show: