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 411
87e8fe1a 2cff 8a53 715a d112dde973c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of EntityChangeEventArgs
.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public EntityChangeEventArgs(
EntityObject item
)
VB
Public Sub New (
item As EntityObject
)
C++
public:
EntityChangeEventArgs(
EntityObject^ item
)
F#
new :
item : EntityObject -> EntityChangeEventArgs
- EntityObject
- The entity that is being added or removed from another entity.