RadioButton::OnPreRender Method (EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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 that contains the event data.

The OnPreRender method notifies the RadioButton 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: