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