Nevron.UI.WebForm.Controls Namespace / NAjaxTechnologyHelper Class / ProcessAjaxCallbackEvent Method


In This Topic
    ProcessAjaxCallbackEvent Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub ProcessAjaxCallbackEvent( _
       ByVal technology As NClientServerTechnology, _
       ByVal eventArgument As System.String, _
       ByVal command As NCallbackCommand, _
       ByVal state As NStateObject, _
       ByRef mouseXPos As System.Integer, _
       ByRef mouseYPos As System.Integer _
    ) 
    'Usage
     
    
    Dim technology As NClientServerTechnology
    Dim eventArgument As System.String
    Dim command As NCallbackCommand
    Dim state As NStateObject
    Dim mouseXPos As System.Integer
    Dim mouseYPos As System.Integer
     
    NAjaxTechnologyHelper.ProcessAjaxCallbackEvent(technology, eventArgument, command, state, mouseXPos, mouseYPos)
    public static void ProcessAjaxCallbackEvent( 
       NClientServerTechnology technology,
       System.string eventArgument,
       NCallbackCommand command,
       NStateObject state,
       ref System.int mouseXPos,
       ref System.int mouseYPos
    )

    Parameters

    technology
    eventArgument
    command
    state
    mouseXPos
    mouseYPos
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also