ObservableDictionaryEventArgsTKey, TValue Constructor
|
Initializes a new instance of ObservableDictionaryEventArgs.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ObservableDictionaryEventArgs(
KeyValuePair<TKey, TValue> item
)
Public Sub New (
item As KeyValuePair(Of TKey, TValue)
)
public:
ObservableDictionaryEventArgs(
KeyValuePair<TKey, TValue> item
)
new :
item : KeyValuePair<'TKey, 'TValue> -> ObservableDictionaryEventArgs
CONSTRUCTOR(
item AS KeyValuePair<TKey, TValue>
)
Parameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Item that is being added or removed from the dictionary.
See Also