Search
ListChangedEvent(E).getOldItems Method
See Also
 






Gets the list of items affected by a Replace, Remove, or Reset action.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public List<E> getOldItems ()

 Return Value

A list with the removed items.

 See Also