Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3a6046de ca78 0818 cb93 67e5ea8460f4

haplokuon edited this page May 6, 2023 · 1 revision

EntityCollectionEventArgs Constructor

netDxf 3.0.0 Library

Initializes a new instance of EntityCollectionEventArgs.

Definition

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

Parameters

  EntityObject
Item that is being added or removed from the collection.

See Also

Reference

EntityCollectionEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally