次の方法で共有


IReliableDictionary<TKey,TValue>.DictionaryChanged イベント

定義

Reliable Dictionary が変更されたときに発生します。 たとえば、項目の追加、更新、削除などです。

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

イベントの種類

適用対象