Specifies data for map related events.
Namespace: MindFusion.Mapping
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
Remarks
ExampleThe following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. Then it handles the click event of the MapView.
JavaScript
Copy Code
|
|---|
var m = MindFusion.Mapping; // create a new instance of the mapView function mapViewClickHandler( sender, args ) |
Inheritance HierarchyMindFusion.Mapping.EventArgs![]()
MindFusion.Mapping.MapEventArgs
See Also