[This is preliminary documentation and is subject to change.]

List that provides events when changed

The DictionaryWithEvents<(Of <(<'TKey, TValue>)>)>..::..CancelableKeyValueEventArgs generic type exposes the following members.

Constructors

Fields

  NameDescription
Public fieldNewkey
Key of newly added item

Properties

  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyCancelMessage
Human readabele cancel reason reported to source of the event"
(Inherited from CancelMessageEventArgs.)
Public propertyChanged
Gets value indicationg if Item was changed (set to another value)
(Inherited from ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs.)
Public propertyItem
Item associated with current event
(Inherited from ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs.)
Public propertyReadOnly
Indicates if this instance's property Item is read-only or not
(Inherited from ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs.)

See Also