Form.RaisePostBackEvent(String) 方法

定义

通知 Form 对象回发事件。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

参数

eventArgument
String

表示要传递到事件处理程序的可选事件参数的 String

适用于

另请参阅