Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

af71b0e2 f6b7 c3a9 8caa 3a14acae97a6

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Get the item that is being added or removed from the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public T Item { get; }

VB

Public ReadOnly Property Item As T
	Get

C++

public:
property T Item {
	T get ();
}

F#

member Item : 'T with get

Property Value

T

See Also

Reference

ObservableCollectionEventArgs(T) Class
netDxf.Collections Namespace

Clone this wiki locally