IReliableDictionary<TKey,TValue>.DictionaryChanged Event

Definition

Occurs when the Reliable Dictionary changes. For example, addition, update or removal of an 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)) 

Event Type

Applies to