ObservableDictionaryEventArgs<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.
generic <typename TKey, typename TValue>
public ref class ObservableDictionaryEventArgs : EventArgs
public class ObservableDictionaryEventArgs<TKey,TValue> : EventArgs
type ObservableDictionaryEventArgs<'Key, 'Value> = class
inherit EventArgs
Public Class ObservableDictionaryEventArgs(Of TKey, TValue)
Inherits EventArgs
Type Parameters
- TKey
- TValue
- Inheritance
-
ObservableDictionaryEventArgs<TKey,TValue>
Constructors
ObservableDictionaryEventArgs<TKey,TValue>(TKey, TValue) |
Properties
KeepChanges | |
Key | |
Value |