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
2babfed0 d9f7 5e37 c8f2 6246b8a31dcd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Objects.Group.EntityAdded"]
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Group.EntityAddedEventHandler EntityAdded
VB
Public Event EntityAdded As Group.EntityAddedEventHandler
C++
public:
event Group.EntityAddedEventHandler^ EntityAdded {
void add (Group.EntityAddedEventHandler^ value);
void remove (Group.EntityAddedEventHandler^ value);
}
F#
member EntityAdded : IEvent<Group.EntityAddedEventHandler,
EventArgs>