Edit

Share via


ImageMapEventArgs(String) Constructor

Definition

Initializes a new instance of the ImageMapEventArgs class.

public ImageMapEventArgs(string value);

Parameters

value
String

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

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also