'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