Search
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