Click or drag to resize

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
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
Item that is being added or removed from the dictionary.
See Also