Timer::IPostBackEventHandler::RaisePostBackEvent Method (String^)
.NET Framework (current version)
Raises the Tick event when a page is posted to the server.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual void RaisePostBackEvent( String^ eventArgument ) sealed = IPostBackEventHandler::RaisePostBackEvent
Parameters
- eventArgument
-
Type:
System::String^
A string with an optional argument to be passed to the event handler.
This member is an explicit interface member implementation. It can be used only when the Timer instance is cast to an IPostBackEventHandler interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: