Partager via


NotifyDictionaryItemRemovedEventArgs<TKey,TValue> Classe

Définition

Fournit des données pour l’événement DictionaryChanged provoqué par la suppression d’élément.

public class NotifyDictionaryItemRemovedEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<TKey,TValue>
type NotifyDictionaryItemRemovedEventArgs<'Key, 'Value> = class
    inherit NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Class NotifyDictionaryItemRemovedEventArgs(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

NotifyDictionaryItemRemovedEventArgs<TKey,TValue>(ITransaction, TKey)

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

S’applique à