MenuAdapter::IPostBackEventHandler::RaisePostBackEvent Method (String^)
.NET Framework (current version)
Enables the MenuAdapter class to process an event raised when a page is posted back to the server.
Assembly: System.Web (in System.Web.dll)
private: virtual void RaisePostBackEvent( String^ eventArgument ) sealed = IPostBackEventHandler::RaisePostBackEvent
Parameters
- eventArgument
-
Type:
System::String^
A String that contains an optional event argument to pass to the event handler.
The RaisePostBackEvent method enables the MenuAdapter class to process an event that is raised when a page is posted back to the server. The page passes eventArgument to the RaisePostBackEvent method.
.NET Framework
Available since 2.0
Available since 2.0
Show: