ImageMapEventArgs Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ImageMapEventArgs class.
Assembly: System.Web (in System.Web.dll)
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 |
|---|---|
The string assigned to the value parameter. |
.NET Framework
Available since 2.0
Available since 2.0
Show: