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 409
f2bd6668 8673 b9c5 d846 6b387ba79c53
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Blocks.Block.EntityAddedEventHandler"]
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void EntityAddedEventHandler(
Block sender,
BlockEntityChangeEventArgs e
)
VB
Public Delegate Sub EntityAddedEventHandler (
sender As Block,
e As BlockEntityChangeEventArgs
)
C++
public delegate void EntityAddedEventHandler(
Block^ sender,
BlockEntityChangeEventArgs^ e
)
F#
type EntityAddedEventHandler =
delegate of
sender : Block *
e : BlockEntityChangeEventArgs -> unit