The ListChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ListChangedEventArgs |
Initializes a new instance of a ListChangedEventArgs.
|
Fields
Name | Description | |
---|---|---|
![]() |
ListChangedType |
Gets the type of change.
|
![]() |
NewIndex |
Gets the index of the item affected by the change.
|
![]() |
OldIndex |
Gets the old index of an item that has been moved.
|