CreateUserWizard::OnPreRender Method (EventArgs^)

 

Raises the PreRender event.

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

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

Parameters

e
Type: System::EventArgs^

An EventArgs object that contains the event data.

Exception Condition
HttpException

The membership provider for the page cannot be found. For more information, see Membership::Providers.

.NET Framework
Available since 2.0
Return to top
Show: