ApplicationDataContainerSettings.MapChanged | mapchanged event

This topic has not yet been rated - Rate this topic

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

Windows.Storage
Windows::Storage [C++]

Metadata

Windows.winmd

DLL

Windows.Storage.ApplicationData.dll

See also

ApplicationDataContainerSettings

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.