DroidDiagram Programmer's Guide
BaseList(E) Constructor (boolean)
See Also
 






Initializes a new instance of the BaseList class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected BaseList (
    boolean notifyParent
)

 Parameters

notifyParent

true to raise list change events, or false otherwise.

 See Also

BaseList(E) Constructor Overload List
BaseList<E> Class
com.mindfusion.diagramming Namespace