Timer.IPostBackEventHandler.RaisePostBackEvent(String) 方法

定義

將頁面張貼至伺服器時,引發 Tick 事件。

 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

字串,具有要傳遞至事件處理常式的選擇性引數。

實作

備註

這個成員是明確介面成員實作, 只有在 Timer 執行個體轉換成 IPostBackEventHandler 介面時,才能使用這個成員。

適用於