ESRI.ArcGIS.ADF.Web.UI.WebControls
Contains(Control,String,Object[]) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResultCollection Class > Contains Method : Contains(Control,String,Object[]) Method




control
Reference to an ESRI Web ADF control on the page.
eventArg
EventArg string: one of "content", "innercontent", "javascript" or "image".
parameters
Content or javascript in the Parameters, as an object array.
Determines whether a CallbackResult with the specified control reference, EventArg and parameters exists in the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal control As Control, _
   ByVal eventArg As String, _
   ByVal ParamArray parameters() As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CallbackResultCollection
Dim control As Control
Dim eventArg As String
Dim parameters() As Object
Dim value As Boolean
 
value = instance.Contains(control, eventArg, parameters)
C# 
public bool Contains( 
   Control control,
   string eventArg,
   params object[] parameters
)

Parameters

control
Reference to an ESRI Web ADF control on the page.
eventArg
EventArg string: one of "content", "innercontent", "javascript" or "image".
parameters
Content or javascript in the Parameters, as an object array.

Return Value

True if a CallbackResult matching the inputs are found, false otherwise.

See Also

© 2010 All Rights Reserved.