ImageMap::RaisePostBackEvent Method (String^)

 

Raises events for the ImageMap control when a form is posted 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.

The page passes the value of the eventArgument parameter to the RaisePostBackEvent method of the ImageMap control. The ImageMap raises a Click event for the HotSpot object that was clicked.

Notes to Inheritors:

To handle a click event in a derived class, override the OnClick method.

.NET Framework
Available since 2.0
Return to top
Show: