Search
NotifyCollectionChangingEventArgs Members
Constructors Properties
 


Provides data for CollectionChanging events.

The following tables list the members exposed by the NotifyCollectionChangingEventArgs type.

 Public Constructors

  Name Description

NotifyCollectionChangingEventArgs

Initializes a new instance of the NotifyCollectionChangingEventArgs class.

 Public Properties

  Name Description

action

Gets the action that caused the event.

newItems

Gets the list of new items involved in the change.

oldItems

Gets the list of the items affected by a Remove action.

 See Also