LinkButton::RaisePostBackEvent Method (String^)

 

Raises events for the LinkButton control when it posts back to the server.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void RaisePostBackEvent(
	String^ eventArgument
)

Parameters

eventArgument
Type: System::String^

The argument for the event.

This event is used internally by the LinkButton control, when it is clicked, to raise a Click event, and if defined, a Command event.

.NET Framework
Available since 2.0
Return to top
Show: