ComponentOne AppView for ASP.NET WebForms
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.

In This Topic
    RaisePostBackEvent Method
    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 _
    ) 
    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