List.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

有关此成员的说明,请参见 RaisePostBackEvent(String)。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

 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

要传递到事件处理程序的一个事件参数(可选)。

实现

注解

此成员是显式接口成员的实现。 它只能在 List 实例被强制转换为 IPostBackEventHandler 接口时使用。

适用于

另请参阅