ImageMap.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

有关此成员的说明,请参见 RaisePostBackEvent(String)

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

参数

eventArgument
String

该事件的参数。

实现

注解

通常,当窗体发布回服务器时,应使用 ImageMap.RaisePostBackEvent 方法为 ImageMap 控件引发事件。

方法是 IPostBackEventHandler.RaisePostBackEvent(String) 显式接口成员实现。 它只能在 ImageMap 实例被强制转换为 IPostBackEventHandler 接口时使用。

继承者说明

若要定义用于为 对象引发 事件的 ImageMap 自定义实现,请 RaisePostBackEvent(String) 重写 成员。 显式接口实现调用 RaisePostBackEvent(String) 方法,以便在控件的已发布数据发生更改时引发 事件。

适用于

另请参阅