EntityCollectionEventArgsItem Property
|
Get the item that is being added or removed from the collection.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public EntityObject Item { get; }
Public ReadOnly Property Item As EntityObject
Get
public:
property EntityObject^ Item {
EntityObject^ get ();
}
member Item : EntityObject with get
PROPERTY Item AS EntityObject GET
Property Value
Type:
EntityObjectSee Also