Partager via


NotifyDictionaryItemUpdatedEventArgs<TKey,TValue> Classe

Définition

Fournit des données pour l’événement DictionaryChanged provoqué par la mise à jour de l’élément.

public class NotifyDictionaryItemUpdatedEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<TKey,TValue>
type NotifyDictionaryItemUpdatedEventArgs<'Key, 'Value> = class
    inherit NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Class NotifyDictionaryItemUpdatedEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)

Paramètres de type

TKey

Type des clés contenues dans .

TValue

Type des valeurs de .

Héritage

Constructeurs

NotifyDictionaryItemUpdatedEventArgs<TKey,TValue>(ITransaction, TKey, TValue)

Initialise une nouvelle instance du .

Propriétés

Action

Obtient l’action qui a provoqué l’événement.

(Hérité de NotifyDictionaryChangedEventArgs<TKey,TValue>)
Key

Obtient la clé.

Transaction

Obtient la transaction à laquelle l’opération appartient.

(Hérité de NotifyDictionaryTransactionalEventArgs<TKey,TValue>)
Value

Obtient la valeur.

S’applique à