This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
cd3e5e8c 4efc 0555 3f41 956f4a650091
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Objects.Group.EntityAddedEventHandler"]
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void EntityAddedEventHandler(
Group sender,
GroupEntityChangeEventArgs e
)VB
Public Delegate Sub EntityAddedEventHandler (
sender As Group,
e As GroupEntityChangeEventArgs
)C++
public delegate void EntityAddedEventHandler(
Group^ sender,
GroupEntityChangeEventArgs^ e
)F#
type EntityAddedEventHandler =
delegate of
sender : Group *
e : GroupEntityChangeEventArgs -> unit