 | 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
Syntaxpublic ObservableCollectionEventArgs(
T item
)
Request Example
View SourceParameters
- item
- Type: T
Item that is being added or removed from the collection.
See Also