MenuAdapter.IPostBackEventHandler.RaisePostBackEvent Method (String)

 

Enables the MenuAdapter class to process an event raised when a page is posted back to the server.

Namespace:   System.Web.UI.WebControls.Adapters
Assembly:  System.Web (in System.Web.dll)

Private Sub RaisePostBackEvent (
	eventArgument As String
)
	Implements 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
Return to top
Show: