ESRI.ArcGIS.ADF.Web.UI.WebControls
FindByEventArg Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResultCollection Class : FindByEventArg Method




eventArg
String to search for in the EventArg property of the CallbackResult object collection: one of "content", "innercontent", "javascript" and "image".
Returns the first CallbackResult in the collection with the matching EventArg string.

Syntax

Visual Basic (Declaration) 
Public Function FindByEventArg( _
   ByVal eventArg As String _
) As CallbackResult
Visual Basic (Usage)Copy Code
Dim instance As CallbackResultCollection
Dim eventArg As String
Dim value As CallbackResult
 
value = instance.FindByEventArg(eventArg)
C# 
public CallbackResult FindByEventArg( 
   string eventArg
)

Parameters

eventArg
String to search for in the EventArg property of the CallbackResult object collection: one of "content", "innercontent", "javascript" and "image".

Return Value

The first CallbackResult found matching the input EventArg string, or null (Nothing) if no matches are found.

See Also

© 2010 All Rights Reserved.