Form.RaisePostBackEvent(String) 方法

定义

通知 Form 对象回发事件。Notifies the Form object of a postback event. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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

表示要传递到事件处理程序的可选事件参数的 StringA String that represents an optional event argument to be passed to the event handler.

适用于