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





Raised when the user clicks a map element.

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

 Syntax

C#  Copy Code

public event EventHandler<MapEventArgs> MapElementClick

Visual Basic  Copy Code

Public Event MapElementClick As EventHandler(Of MapEventArgs)

 Event Data

The event handler method receives the following arguments:
sender
A MapEventArgs 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 a map element if the ClientSideMode is GdiMap and AutoPostBack is on.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.WebForms Namespace