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
5ab568a3 2dc6 998c 55cd c01642216680
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Collections.ObservableDictionary`2.BeforeRemoveItem"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler BeforeRemoveItemVB
Public Event BeforeRemoveItem As ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandlerC++
public:
event ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler^ BeforeRemoveItem {
void add (ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler^ value);
void remove (ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler^ value);
}F#
member BeforeRemoveItem : IEvent<ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler,
EventArgs>ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler
ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace