Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / RaisePostBackEvent Method


In This Topic
    RaisePostBackEvent Method (SpreadImage)
    In This Topic
    Notifies the server control that caused the postback.
    Syntax
    'Declaration
     
    
    Public Sub RaisePostBackEvent( _
       ByVal eventArgument As String _
    ) 
    'Usage
     
    
    Dim instance As SpreadImage
    Dim eventArgument As String
     
    instance.RaisePostBackEvent(eventArgument)
    public void RaisePostBackEvent( 
       string eventArgument
    )

    Parameters

    eventArgument
    See Also