FileUpload::OnPreRender Method (EventArgs^)

 

Raises the PreRender event for the FileUpload control.

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 System::EventArgs object that contains the event data.

The OnPreRender method notifies the FileUpload control to perform any necessary pre-rendering steps before saving view state and rendering content.

.NET Framework
Available since 2.0
Return to top
Show: