Search
ListChangedEvent(E).getNewItems Method
See Also
 






Gets the list of new items involved in the change.

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

 Syntax

Java  Copy Code

public List<E> getNewItems ()

 Return Value

A list with the new items.

 See Also