PhoneCall::OnPreRender Method (EventArgs^)

 

Raises the PreRender event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected:
virtual void OnPreRender(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

An EventArgs object that contains the event data.

Exception Condition
ArgumentException

the PhoneNumber property is empty.

This method notifies the server control to perform any necessary prerendering steps prior to saving view state and rendering content.

.NET Framework
Available since 1.1
Return to top
Show: