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




Occurs when a polygon has been dragged on the Map control using the Polygon client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.