ESRI.ArcGIS.ADF.Web.UI.WebControls
List_Click Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > DropDownListTypeEditor Class : List_Click Method




pSender
pArgs
List_Click is a click event handler for the ListBox. We want the have the list close when the user clicks, just like the Enum and Bool types do in their UITypeEditors.

Syntax

Visual Basic (Declaration) 
Protected Sub List_Click( _
   ByVal pSender As Object, _
   ByVal pArgs As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As DropDownListTypeEditor
Dim pSender As Object
Dim pArgs As EventArgs
 
instance.List_Click(pSender, pArgs)
C# 
protected void List_Click( 
   object pSender,
   EventArgs pArgs
)

Parameters

pSender
pArgs

See Also

© 2010 All Rights Reserved.