Menu.RaisePostBackEvent Method
.NET Framework 3.0
Processes an event raised when a form is posted to the server.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RaisePostBackEvent ( String eventArgument )
protected internal function RaisePostBackEvent ( eventArgument : String )
Not applicable.
Parameters
- eventArgument
A String that represents the event argument passed to the event handler.
Community Additions
ADD
Show: