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