[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

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)
Public propertyItem
Item associated with current event
Public propertyReadOnly
Indicates if this instance's property Item is read-only or not

See Also