Click or drag to resize

EntityCollectionEventArgs Constructor

Initializes a new instance of EntityCollectionEventArgs.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityCollectionEventArgs(
	EntityObject item
)

Parameters

item
Type: DXFReaderNET.EntitiesEntityObject
Item that is being added or removed from the collection.
See Also