System.Web.UI.WebControls.ImageMap.RaisePostBackEvent Method

Raises events for the System.Web.UI.WebControls.ImageMap control when a form is posted back to the server.

Syntax

public void RaisePostBackEvent (string eventArgument)

Parameters

eventArgument
The argument for the event.

Remarks

The page passes the value of the eventArgument parameter to the ImageMap.RaisePostBackEvent(string) method of the System.Web.UI.WebControls.ImageMap control. The System.Web.UI.WebControls.ImageMap raises a ImageMap.Click event for the System.Web.UI.WebControls.HotSpot object that was clicked.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0