通过


Command.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定义

在控件发回服务器时引发 Command 该控件的事件。 有关此成员的说明,请参阅 RaisePostBackEvent(String)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

argumenteventArgument
String

事件的自变量。

实现

注解

单击该方法以引发Click事件时,控件RaisePostBackEvent在内部Command使用。

适用于

另请参阅