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
)
Public Sub New (
item As EntityObject
)
public:
EntityCollectionEventArgs(
EntityObject^ item
)
new :
item : EntityObject -> EntityCollectionEventArgs
CONSTRUCTOR(
item AS EntityObject
)
Parameters
- item
- Type: DXFReaderNET.EntitiesEntityObject
Item that is being added or removed from the collection.
See Also