FormView.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定義

回傳至伺服器時,便會引發 FormView 控制項的事件。

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent (string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

參數

eventArgument
String

事件的引數。

實作

備註

當回傳事件發生時, IPostBackEventHandler.RaisePostBackEvent 頁面會呼叫 方法。 載入和變更通知完成之後,會在頁面生命週期中發生此呼叫,但在轉譯頁面之前。

適用於