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

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.