ESRI.ArcGIS.ADF.Web.UI.WebControls
CallbackResult Constructor(String,String,String,Object[])
See Also  Send Feedback
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 New 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.