ESRI.ArcGIS.ADF.Web.UI.WebControls
CallbackResult Constructor(String,String,String,Object[])
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class > CallbackResult Constructor : CallbackResult Constructor(String,String,String,Object[])




controlType
Type of control whose content or image source to replace. Set to null (Nothing) if returning JavaScript in the callback result.
controlID
ID of control whose content or image source to replace. Set to null (Nothing) if returning JavaScript in the callback result.
eventArg
Type of information being sent in the parameters. One of: content, innercontent, image, or javascript.
parameters
Value of the content, image source, or javascript to send to browser.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal controlType As String, _
   ByVal controlID As String, _
   ByVal eventArg As String, _
   ByVal ParamArray parameters() As Object _
)
Visual Basic (Usage)Copy Code
Dim controlType As String
Dim controlID As String
Dim eventArg As String
Dim parameters() As Object
 
Dim instance As CallbackResult(controlType, controlID, eventArg, parameters)
C# 
public CallbackResult( 
   string controlType,
   string controlID,
   string eventArg,
   params object[] parameters
)

Parameters

controlType
Type of control whose content or image source to replace. Set to null (Nothing) if returning JavaScript in the callback result.
controlID
ID of control whose content or image source to replace. Set to null (Nothing) if returning JavaScript in the callback result.
eventArg
Type of information being sent in the parameters. One of: content, innercontent, image, or javascript.
parameters
Value of the content, image source, or javascript to send to browser.

See Also

© 2010 All Rights Reserved.