ESRI.ArcGIS.ADF.Web.UI.WebControls
FindByEventArg Method
See Also  Send Feedback
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.

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.