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




Occurs when the Map control has been clicked using the Point client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.