ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Line Event | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : Line Event |
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 |
---|---|
|
C# | |
---|---|
[ResDescriptionAttribute("Raised when the control processes a tool associated with the Line Client Tool Action")] [ResCategoryAttribute("Client Tool Action")] public event MapLineEventHandler Line() |