Button::OnPreRender Method (EventArgs^)

 
Use BaseTrue

Determines whether the button has been clicked prior to rendering on the client.

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^

The event data.

The OnPreRender method is used primarily by control developers when deriving a custom class from the Button control.

.NET Framework
Available since 2.0
Return to top
Show: