This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
7b26c31d 9b8c 3fbe aed8 b380f39b48ca
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of ObservableCollectionEventArgs.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableCollectionEventArgs(
T item
)VB
Public Sub New (
item As T
)C++
public:
ObservableCollectionEventArgs(
T item
)F#
new :
item : 'T -> ObservableCollectionEventArgs- T
- Item that is being added or removed from the collection.
ObservableCollectionEventArgs(T) Class
netDxf.Collections Namespace