Command.RaisePostBackEvent(String) 方法

定义

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

protected:
 void RaisePostBackEvent(System::String ^ argument);
protected void RaisePostBackEvent(string argument);
member this.RaisePostBackEvent : string -> unit
Protected Sub RaisePostBackEvent (argument As String)

参数

argument
String

事件的自变量。

注解

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

适用于

另请参阅