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