EntityCollectionEventArgsItem Property
|
Get the item that is being added or removed from the collection.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic 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:
EntityObject
See Also