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

245655e5 2d29 5cd9 92db 6042a7c3b9f2

haplokuon edited this page May 6, 2023 · 1 revision

BeforeRemoveItem Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Collections.EntityCollection.BeforeRemoveItem"]

Definition

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

C#

public event EntityCollection.BeforeRemoveItemEventHandler BeforeRemoveItem

VB

Public Event BeforeRemoveItem As EntityCollection.BeforeRemoveItemEventHandler

C++

public:
 event EntityCollection.BeforeRemoveItemEventHandler^ BeforeRemoveItem {
	void add (EntityCollection.BeforeRemoveItemEventHandler^ value);
	void remove (EntityCollection.BeforeRemoveItemEventHandler^ value);
}

F#

member BeforeRemoveItem : IEvent<EntityCollection.BeforeRemoveItemEventHandler,
    EventArgs>

Value

EntityCollection.BeforeRemoveItemEventHandler

See Also

Reference

EntityCollection Class
netDxf.Collections Namespace

Clone this wiki locally