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
3a6046de ca78 0818 cb93 67e5ea8460f4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of EntityCollectionEventArgs
.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public EntityCollectionEventArgs(
EntityObject item
)
VB
Public Sub New (
item As EntityObject
)
C++
public:
EntityCollectionEventArgs(
EntityObject^ item
)
F#
new :
item : EntityObject -> EntityCollectionEventArgs
- EntityObject
- Item that is being added or removed from the collection.
EntityCollectionEventArgs Class
netDxf.Collections Namespace