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

5ab568a3 2dc6 998c 55cd c01642216680

haplokuon edited this page May 6, 2023 · 1 revision

BeforeRemoveItem Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Collections.ObservableDictionary`2.BeforeRemoveItem"]

Definition

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

C#

public event ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler BeforeRemoveItem

VB

Public Event BeforeRemoveItem As ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler

C++

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>

Value

ObservableDictionary(TKey, TValue).BeforeRemoveItemEventHandler

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally