Enables a Timer control to raise the Tick event when a page is posted to the server.
Syntax
CSharp
protected virtual void RaisePostBackEvent (
string eventArgument
)
VisualBasic
Protected Overridable Sub RaisePostBackEvent ( _
eventArgument As String _
)
ManagedCPlusPlus
protected:
virtual void RaisePostBackEvent (
String^ eventArgument
)
JSharp
protected void RaisePostBackEvent (
String eventArgument
)
Parameters
- eventArgument (String)
A string with an optional argument to be passed to the event handler.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)