RaisePostBackEvent Method (C1AppView)
Process an event raised when a form is posted to the server.
public void RaisePostBackEvent(
System.string
)
'Declaration
Public Sub RaisePostBackEvent( _
ByVal As System.String _
)
Parameters
- eventArgument
- A System.String that represents an optional event argument to be passed to the event hander.