0 out of 1 rated this helpful - Rate this topic

MapChangedEventHandler<K, V> delegate

Represents the method that handles the changed event of an observable map.

Syntax


var mapChangedEventHandler = function(sender, event) {
 /* Your code */
}

Attributes

GuidAttribute("179517f3-94ee-41f8-bddc-768a895544f3")
VersionAttribute(NTDDI_WIN8)

Parameters

sender

Type: IObservableMap<K, V>

The observable map that changed.

event

Type: IMapChangedEventArgs<K>

The description of the change that occurred in the map.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Foundation.Collections
Windows::Foundation::Collections [C++]

Metadata

Windows.winmd

DLL

Windows.Foundation.dll

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.