Image.RaisePostBackEvent(String) 方法

定义

通知 Image 对象回发事件。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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

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

适用于

另请参阅