NotifyDictionaryItemRemovedEventArgs<TKey,TValue> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
-
NotifyDictionaryItemRemovedEventArgs<TKey,TValue>
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 à
Azure SDK for .NET