This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
360ea433 4d5d 34a3 0be5 438d3a8dd696
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of ObservableDictionaryEventArgs.
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> -> ObservableDictionaryEventArgsObservableDictionaryEventArgs(TKey, TValue) Class
netDxf.Collections Namespace