NotifyDictionaryChangedEventArgs<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.
public abstract class NotifyDictionaryChangedEventArgs<TKey,TValue> : EventArgs
type NotifyDictionaryChangedEventArgs<'Key, 'Value> = class
inherit EventArgs
Public MustInherit Class NotifyDictionaryChangedEventArgs(Of TKey, TValue)
Inherits EventArgs
Type Parameters
- TKey
The type of the keys in the .
- TValue
The type of the values in the .
- Inheritance
-
NotifyDictionaryChangedEventArgs<TKey,TValue>
- Derived
Remarks
DictionaryChanged notifications are synchronously fired by as part of applying the operation. Holding up the completion of these events can cause the replica to be blocked on the completion of the event. It is recommended that the events are handled as fast as possible.
Constructors
NotifyDictionaryChangedEventArgs<TKey,TValue>(NotifyDictionaryChangedAction) |
Initializes a new instance of the |
Properties
Action |
Gets the action that caused the event. |
Applies to
Azure SDK for .NET