MapChangedEventHandler<K,V> Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestisce l'evento modificato di una mappa osservabile.
public delegate void MapChangedEventHandler(IObservableMap<K, V> ^ sender, IMapChangedEventArgs<K> ^ event);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(395646963, 38126, 16888, 189, 220, 118, 138, 137, 85, 68, 243)]
template <typename K, typename V>
class MapChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
[Windows.Foundation.Metadata.Guid(395646963, 38126, 16888, 189, 220, 118, 138, 137, 85, 68, 243)]
public delegate void MapChangedEventHandler<K,V>(IObservableMap<K,V> sender, IMapChangedEventArgs<K> event);
Public Delegate Sub MapChangedEventHandler(Of K, V)(sender As IObservableMap(Of K, V), event As IMapChangedEventArgs(Of K))
Parametri di tipo
- K
- V
Parametri
- sender
- IObservableMap<K,V>
Mappa osservabile modificabile.
- event
- IMapChangedEventArgs<K>
Descrizione della modifica che si è verificata nella mappa.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.Foundation.FoundationContract (è stato introdotto in v1.0)
|
Commenti
Questo delegato viene usato dall'evento PropertySet.MapChanged e dall'evento IObservableMap.MapChanged .