NotifyDictionaryItemAddedEventArgs<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the DictionaryChanged event caused by item addition.
public class NotifyDictionaryItemAddedEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<TKey,TValue>
type NotifyDictionaryItemAddedEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Class NotifyDictionaryItemAddedEventArgs(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
-
NotifyDictionaryItemAddedEventArgs<TKey,TValue>
Constructors
NotifyDictionaryItemAddedEventArgs<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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET