Raised when the user clicks on the map surface.
Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms
C# Copy Code |
---|
public event EventHandler<SlippyMapEventArgs> MapClick |
Visual Basic Copy Code |
---|
Public Event MapClick As EventHandler(Of SlippyMapEventArgs) |
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.
This event is raised when the user clicks on the map surface if the ClientSideMode is SlippyTiles and AutoPostBack is on.