The NotifyCollectionChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Object)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, IList, Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList, Int32, Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Int32, Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Public method NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object, Object, Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.

Properties

  Name Description
Public property Action
Gets the action that caused the event.
Public property NewItems
Gets the list of new items involved in the change.
Public property NewStartingIndex
Gets the index at which the change occurred.
Public property OldItems
Gets the list of items affected by a Replace, Remove, or Move action.
Public property OldStartingIndex
Gets the index at which a Move, Remove, ore Replace action occurred.

See Also