Compartir a través de


NotifyDictionaryItemRemovedEventArgs<TKey,TValue> Clase

Definición

Proporciona datos para el evento DictionaryChanged causado por la eliminación de elementos.

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)

Parámetros de tipo

TKey

Tipo de las claves de .

TValue

Tipo de los valores de .

Herencia

Constructores

NotifyDictionaryItemRemovedEventArgs<TKey,TValue>(ITransaction, TKey)

Inicializa una nueva instancia de .

Propiedades

Action

Obtiene la acción que provocó el evento.

(Heredado de NotifyDictionaryChangedEventArgs<TKey,TValue>)
Key

Obtiene la clave.

Transaction

Obtiene la transacción a la que pertenece la operación.

(Heredado de NotifyDictionaryTransactionalEventArgs<TKey,TValue>)

Se aplica a