Click or drag to resize

ObservableCollectionEventArgsT Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of ObservableCollectionEventArgs.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ObservableCollectionEventArgs(
	T item
)
Request Example View Source

Parameters

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