MindFusion.Mapping Programmer's Guide

MapView.OnMapElementClick Method

See Also
 






Raises the MapElementClick event.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

protected virtual void OnMapElementClick (
    MapEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnMapElementClick( _
    e As MapEventArgs _
)

 Parameters

e

A MapEventArgs instance that contains the event data.

 See Also