ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Circle Event | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : Circle Event |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("Raised when the control processes a tool associated with the Circle Client Tool Action")> <ResCategoryAttribute("Client Tool Action")> Public Event Circle() As MapCircleEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResDescriptionAttribute("Raised when the control processes a tool associated with the Circle Client Tool Action")] [ResCategoryAttribute("Client Tool Action")] public event MapCircleEventHandler Circle() |