Click or drag to resize

ObservableCollectionEventArgsT Class

Represents the arguments thrown by the ObservableCollection events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNET.CollectionsObservableCollectionEventArgsT

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class ObservableCollectionEventArgs<T> : EventArgs

Type Parameters

T
Type of items.

The ObservableCollectionEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel
Gets or sets if the operation must be canceled.
Public propertyItem
Get the item that is being added or removed from the collection.
Top
See Also