Image.RaisePostBackEvent(String) 方法

定義

通知 Image 物件有回傳事件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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,代表傳遞至事件處理常式的選擇性事件引數。

適用於

另請參閱