Page::RaisePostBackEvent Method (IPostBackEventHandler^, String^)
.NET Framework (current version)
Notifies the server control that caused the postback that it should handle an incoming postback event.
Assembly: System.Web (in System.Web.dll)
protected: virtual void RaisePostBackEvent( IPostBackEventHandler^ sourceControl, String^ eventArgument )
Parameters
- sourceControl
-
Type:
System.Web.UI::IPostBackEventHandler^
The ASP.NET server control that caused the postback. This control must implement the IPostBackEventHandler interface.
- eventArgument
-
Type:
System::String^
The postback argument.
The Page object calls the RaisePostBackEvent method when a postback occurs. This call occurs in the page life cycle after loading and change notification are complete but before prerendering occurs.
.NET Framework
Available since 1.1
Available since 1.1
Show: