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




Occurs when a line has been dragged on the Map control using the Line client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.