ImageMapEventArgs(String) 构造函数

定义

初始化 ImageMapEventArgs 类的新实例。

public:
 ImageMapEventArgs(System::String ^ value);
public ImageMapEventArgs (string value);
new System.Web.UI.WebControls.ImageMapEventArgs : string -> System.Web.UI.WebControls.ImageMapEventArgs
Public Sub New (value As String)

参数

value
String

String 对象,该对象分配给单击的 PostBackValue 对象的 HotSpot 属性。

注解

使用此构造函数初始化类的新实例 ImageMapEventArgs

下表显示了 ImageMapEventArgs 类的某个实例的初始属性值。

属性 初始值
PostBackValue 分配给参数的 value 字符串。

适用于

另请参阅