This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
b53c2023 271d 5754 c8ba aa4bfa390be1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Collections.ObservableDictionary`2.AddItem"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event ObservableDictionary(TKey, TValue).AddItemEventHandler AddItem
VB
Public Event AddItem As ObservableDictionary(TKey, TValue).AddItemEventHandler
C++
public:
event ObservableDictionary(TKey, TValue).AddItemEventHandler^ AddItem {
void add (ObservableDictionary(TKey, TValue).AddItemEventHandler^ value);
void remove (ObservableDictionary(TKey, TValue).AddItemEventHandler^ value);
}
F#
member AddItem : IEvent<ObservableDictionary(TKey, TValue).AddItemEventHandler,
EventArgs>
ObservableDictionary(TKey, TValue).AddItemEventHandler
ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace