ASP.NET Pack Programmer's Guide
MapView.MapClick Event
See Also
 





Raised when the user clicks on the map surface.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public event EventHandler<SlippyMapEventArgs> MapClick

Visual Basic  Copy Code

Public Event MapClick As EventHandler(Of SlippyMapEventArgs)

 Event Data

The event handler method receives the following arguments:
sender
A SlippyMapEventArgs instance, which is the source of the event. This object will be passed to the handler function as the first argument.

 Remarks

This event is raised when the user clicks on the map surface if the ClientSideMode is SlippyTiles and AutoPostBack is on.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.WebForms Namespace