Click or drag to resize

ObservableDictionaryEventArgsTKey, TValue Class

Represents the arguments thrown by the ObservableDictionaryEventArgs events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNET.CollectionsObservableDictionaryEventArgsTKey, TValue

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class ObservableDictionaryEventArgs<TKey, TValue> : EventArgs

Type Parameters

TKey
Type of items.
TValue
Type of items.

The ObservableDictionaryEventArgsTKey, TValue 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 to or removed from the dictionary.
Top
See Also