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 415
245655e5 2d29 5cd9 92db 6042a7c3b9f2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Collections.EntityCollection.BeforeRemoveItem"]
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>