LinkButton.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

有关此成员的说明,请参见 RaisePostBackEvent(String)For a description of this member, see 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

该事件的参数。The argument for the event.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 LinkButton 实例被强制转换为 IPostBackEventHandler 接口时使用。It can be used only when the LinkButton instance is cast to an IPostBackEventHandler interface.

适用于