[This is preliminary documentation and is subject to change.]
List that provides events when changed
The ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs generic type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ListWithEvents<(Of <(<'T>)>)>..::..CancelableItemEventArgs | CTor |
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) | |
| Item | Item associated with current event | |
| ReadOnly | Indicates if this instance's property Item is read-only or not |