Timer.RaisePostBackEvent(String) Method

Definition

Enables a Timer control to raise the Tick event when a page is posted to the server.

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)

Parameters

eventArgument
String

A string with an optional argument to be passed to the event handler.

Applies to