ACadSharp.CollectionChangedEventArgs.Item - DomCR/ACadSharp GitHub Wiki

Item Property

Item that is beeing added or removed from the collection

Definition

Namespace: ACadSharp.CollectionChangedEventArgs

C#

public CadObject Item { get; }

Property Value

CadObject