LinkButton::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.

The OnPreRender method notifies the LinkButton control to perform any necessary prerendering steps prior to saving view state and rendering content to the client.

The following code example demonstrates how to override the OnPreRender method so that a border is never displayed in a custom LinkButton control.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: