AppView for ASP.NET WebForms
RaisePostBackEvent Method

C1.Web.Wijmo.Controls.4 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.
Process an event raised when a form is posted to the server.
Syntax
'Declaration
 
Public Sub RaisePostBackEvent( _
   ByVal eventArgument As System.String _
) 
public void RaisePostBackEvent( 
   System.string eventArgument
)

Parameters

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

Reference

C1AppView Class
C1AppView Members