MenuAdapter.RaisePostBackEvent Method
Assembly: System.Web (in system.web.dll)
protected void RaisePostBackEvent ( String eventArgument )
protected function RaisePostBackEvent ( eventArgument : String )
Parameters
- eventArgument
A String that represents the path of the current node in the menu hierarchy.
The RaisePostBackEvent method is called when the RaisePostBackEvent event is raised, and is used to maintain the navigation path of the menu. The eventArgument parameter contains a delimited string of menu items that identify the current location in the menu hierarchy.
The page passes the value of eventArgument to the associated control's RaisePostBackEvent method. The associated Menu control also renders the HTML element that causes the postback to occur. If the control renders client-side script for postback, the argument from the script is passed in the eventArgument parameter. If the postback is caused by a simple submit, eventArgument is a null reference (Nothing in Visual Basic).
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.