Sdílet prostřednictvím


NotifyDictionaryItemUpdatedEventArgs<TKey,TValue> Class

Definition

Provides data for the DictionaryChanged event caused by item update.

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)

Type Parameters

TKey

The type of the keys in the .

TValue

The type of the values in the .

Inheritance

Constructors

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

Initializes a new instance of the

Properties

Action

Gets the action that caused the event.

(Inherited from NotifyDictionaryChangedEventArgs<TKey,TValue>)
Key

Gets the key.

Transaction

Gets the transaction that the operation belongs to.

(Inherited from NotifyDictionaryTransactionalEventArgs<TKey,TValue>)
Value

Gets the value.

Applies to