C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppView Class / RaisePostBackEvent Method
A System.String that represents an optional event argument to be passed to the event hander.

In This Topic
RaisePostBackEvent Method (C1AppView)
In This Topic
Process an event raised when a form is posted to the server.
Syntax
'Declaration
 
Public Sub RaisePostBackEvent( _
   ByVal eventArgument As System.String _
) 
 

Parameters

eventArgument
A System.String that represents an optional event argument to be passed to the event hander.
See Also