CollectionChangedAction

The action that caused a collection changed event.
 

Example

The following is an example of how to reference the CollectionChangedAction object:

	// The full path is required.
	dundas.CollectionChangedAction.ADD
	

 

Properties

 
  Name Description
  ADD An item was added to the collection.
  MOVE An item was moved in the collection.
  REMOVE An item was removed from the collection.