Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ImageMapEventArgs Constructor (String^)

 

Initializes a new instance of the ImageMapEventArgs class.

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

public:
ImageMapEventArgs(
	String^ value
)

Parameters

value
Type: System::String^

The String object assigned to the PostBackValue property of the HotSpot object that was clicked.

Use this constructor to initialize a new instance of the ImageMapEventArgs class.

The following table shows initial property values for an instance of the ImageMapEventArgs class.

Property

Initial Value

PostBackValue

The string assigned to the value parameter.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft