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


ProcessAjaxCallbackEvent Method
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)

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