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 407
891cb281 68d7 5f4a 5699 4923420b5c64
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Blocks.Block.EntityAdded"]
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Block.EntityAddedEventHandler EntityAdded
VB
Public Event EntityAdded As Block.EntityAddedEventHandler
C++
public:
event Block.EntityAddedEventHandler^ EntityAdded {
void add (Block.EntityAddedEventHandler^ value);
void remove (Block.EntityAddedEventHandler^ value);
}
F#
member EntityAdded : IEvent<Block.EntityAddedEventHandler,
EventArgs>