Partilhar via


IReliableDictionary<TKey,TValue>.DictionaryChanged Evento

Definição

Ocorre quando o Dicionário Confiável é alterado. Por exemplo, adição, atualização ou remoção de um item.

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)) 

Tipo de evento

Aplica-se a