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 419
8b74a377 0289 dac9 20dc c71051346c36
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Blocks.Block.EntityRemoved"]
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Block.EntityRemovedEventHandler EntityRemoved
VB
Public Event EntityRemoved As Block.EntityRemovedEventHandler
C++
public:
event Block.EntityRemovedEventHandler^ EntityRemoved {
void add (Block.EntityRemovedEventHandler^ value);
void remove (Block.EntityRemovedEventHandler^ value);
}
F#
member EntityRemoved : IEvent<Block.EntityRemovedEventHandler,
EventArgs>