Click or drag to resize

ObservableDictionaryEventArgsTKey, TValueItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Get the item that is being added to or removed from the dictionary.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public KeyValuePair<TKey, TValue> Item { get; }
Request Example View Source

Property Value

Type: KeyValuePairTKey, TValue
See Also