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




Occurs when a polyline has been dragged on the Map control using the Polyline client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.