Occurs when the map changes.
Syntax
function onMapChanged(eventArgs) { /* Your code */ } // addEventListener syntax applicationDataContainerSettings.addEventListener("mapchanged", onMapChanged); applicationDataContainerSettings.removeEventListener("mapchanged", onMapChanged); - or - applicationDataContainerSettings.onmapchanged = onMapChanged;
Event information
| Delegate | MapChangedEventHandler<String, Object> |
|---|
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 2/25/2013