Process an event raised when a form is posted to the server.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual void RaisePostBackEvent(
	string eventArgument
)
Visual Basic
Public Overridable Sub RaisePostBackEvent ( _
	eventArgument As String _
)

Parameters

eventArgument
Type: System..::..String
A System.String that represents an optional event argument to be passed to the event handler.

See Also