The ListChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method ListChangedEventArgs
Initializes a new instance of a ListChangedEventArgs.

Fields

  Name Description
Public field ListChangedType
Gets the type of change.
Public field NewIndex
Gets the index of the item affected by the change.
Public field OldIndex
Gets the old index of an item that has been moved.

See Also