MindFusion.Charting for Java Programmer's Guide
ListChangedEvent(E).getNewItems Method
See Also
 






  Gauges

Gets the list of new items involved in the change.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public List<E> getNewItems ()

 Return Value

A list with the new items.

 See Also