ESRI.ArcGIS.ADF.Web.UI.WebControls
MapClick Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : MapClick Event




Occurs when the Map is clicked.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Client Tool Action")>
<ResDescriptionAttribute("Raised when the control is clicked")>
Public Event MapClick() As MapPointEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim handler As MapPointEventHandler
 
AddHandler instance.MapClick, handler
C# 
[ResCategoryAttribute("Client Tool Action")]
[ResDescriptionAttribute("Raised when the control is clicked")]
public event MapPointEventHandler MapClick()

See Also

© 2010 All Rights Reserved.