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