[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
| Name | Description | |
|---|---|---|
| Newkey | Key of newly added item |
Properties
| Name | Description | |
|---|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| CancelMessage | Human readabele cancel reason reported to source of the event" (Inherited from CancelMessageEventArgs.) | |
| Changed | Gets value indicationg if Item was changed (set to another value) (Inherited from ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs.) | |
| Item | Item associated with current event (Inherited from ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs.) | |
| ReadOnly | Indicates if this instance's property Item is read-only or not (Inherited from ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs.) |