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

32f49d4e 8d90 da0d ea7d 9bb3051cfdf6

haplokuon edited this page May 6, 2023 · 1 revision

RemoveItem Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Collections.AttributeDefinitionDictionary.RemoveItem"]

Definition

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

C#

public event AttributeDefinitionDictionary.RemoveItemEventHandler RemoveItem

VB

Public Event RemoveItem As AttributeDefinitionDictionary.RemoveItemEventHandler

C++

public:
 event AttributeDefinitionDictionary.RemoveItemEventHandler^ RemoveItem {
	void add (AttributeDefinitionDictionary.RemoveItemEventHandler^ value);
	void remove (AttributeDefinitionDictionary.RemoveItemEventHandler^ value);
}

F#

member RemoveItem : IEvent<AttributeDefinitionDictionary.RemoveItemEventHandler,
    EventArgs>

Value

AttributeDefinitionDictionary.RemoveItemEventHandler

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally