IReliableDictionary<TKey,TValue>.DictionaryChanged Événement

Définition

Se produit lorsque le dictionnaire fiable change. Par exemple, l’ajout, la mise à jour ou la suppression d’un élément.

event EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>> DictionaryChanged;
member this.DictionaryChanged : EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<'Key, 'Value>> 
Event DictionaryChanged As EventHandler(Of NotifyDictionaryChangedEventArgs(Of TKey, TValue)) 

Type d'événement

S’applique à