Click or drag to resize

ObservableCollectionEventArgsT Constructor

Initializes a new instance of ObservableCollectionEventArgs.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public ObservableCollectionEventArgs(
	T item
)

Parameters

item
Type: T
Item that is being added or removed from the collection.
See Also