ObservableCollectionEventArgsTItem 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 ReadOnly Property Item As T
Get
public:
property T Item {
T get ();
}
member Item : 'T with get
Property Value
Type:
TSee Also