Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

360ea433 4d5d 34a3 0be5 438d3a8dd696

haplokuon edited this page May 6, 2023 · 1 revision

ObservableDictionaryEventArgs<TKey, TValue> Constructor

netDxf 3.0.0 Library

Initializes a new instance of ObservableDictionaryEventArgs.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ObservableDictionaryEventArgs(
	KeyValuePair<TKey, TValue> item
)

VB

Public Sub New ( 
	item As KeyValuePair(Of TKey, TValue)
)

C++

public:
ObservableDictionaryEventArgs(
	KeyValuePair<TKey, TValue> item
)

F#

new : 
        item : KeyValuePair<'TKey, 'TValue> -> ObservableDictionaryEventArgs

Parameters

  KeyValuePair(TKey, TValue)
Item that is being added or removed from the dictionary.

See Also

Reference

ObservableDictionaryEventArgs(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally