Search
MapView.raiseEvent Method
See Also
 






Raises an event.

Namespace: MindFusion.Mapping
File: MapView.js

 Syntax

JavaScript  Copy Code

function raiseEvent (eventName, args)

 Parameters

eventName

The name of the event to raise.

args

Type: EventArgs
An instance of type EventArgs that holds data for the event specified with eventName.

 See Also