EaxMapView.onDropDownStateChanged

Syntax

onDropDownStateChanged(isOpening);

Parameters

isOpening. Indicates that Silverlight map is replaced with an SVG image.  If this parameter is set to True, the map is replaced, and drop-down menus are shown above the map , otherwise the drop-down menu is overlapped with the Silverlight map.

Description

The onDropDownStateChanged method switches a Silverlight map to displaying SVG map to show drop-down menus above the map.

Comments

Menus of tool ribbon button, or context menu of the express report map can be used as examples of drop-down menus.

Example

The example of use and method demonstration are given in the page with description of the EaxMapView.getSilverlightInstance method.

See also:

EaxMapView