ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
MapPoint Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : MapPoint Event




Occurs when a data frame in the PageLayout control has been clicked upon using the MapPoint client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.