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

List that provides events when changed

The ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs generic type exposes the following members.

Constructors

Properties

  NameDescription
Public propertyAction
Action taken on collection
(Inherited from CollectionChangedEventArgsBase.)
Public propertyCollection
Collection which was changed
Public propertyElement
Gets the instance of the collection with the change.
(Inherited from CollectionChangeEventArgs.)
Public propertyChangeEventArgs
Arguments of event that caused collection to be changed or that was raised by the colection on change
(Inherited from CollectionChangedEventArgsBase.)
Public propertyIndex
Gets index at which change occured (if applicable)
Public propertyNewValue
Gets value on index Index after change (if applicable)
Public propertyOldValue
Gets value on index Index before change (if applicable)

See Also