Share via


Timer.RaisePostBackEvent(String) 方法

定義

Timer 控制項可以在將頁面張貼至伺服器時引發 Tick 事件。

protected:
 virtual void RaisePostBackEvent(System::String ^ eventArgument);
protected virtual void RaisePostBackEvent (string eventArgument);
abstract member RaisePostBackEvent : string -> unit
override this.RaisePostBackEvent : string -> unit
Protected Overridable Sub RaisePostBackEvent (eventArgument As String)

參數

eventArgument
String

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

適用於