共用方式為


HtmlAnchor.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定義

如需這個成員的說明,請參閱 RaisePostBackEvent(IPostBackEventHandler, 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

事件引數。

實作

備註

IPostBackEventHandler.RaisePostBackEvent 方法會呼叫 RaisePostBackEvent 方法。

這個成員是明確介面成員實作, 只有在 HtmlAnchor 執行個體轉換成 IPostBackEventHandler 介面時,才能使用這個成員。

適用於

另請參閱