ToolZone::RaisePostBackEvent Method (String^)

 

Calls the Close method for a ToolZone control when the control posts back to the server.

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

protected:
virtual void RaisePostBackEvent(
	String^ eventArgument
)

Parameters

eventArgument
Type: System::String^

A String that contains the argument for the event.

If a user clicks a close verb in a ToolZone control, when the page passes the value of the eventArgument parameter to the RaisePostBackEvent method, the control then calls the Close method.

.NET Framework
Available since 2.0
Return to top
Show: