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




Occurs when an Oval has been dragged on the Map control using the Oval client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.