Search
DiagramAdapter.initializeLasso Method
See Also
 

Raised when the user starts drawing a selection lasso, before it is rendered on screen.

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

 Syntax

Java  Copy Code

public void initializeLasso (
    SelectionEvent e
)

 Parameters

e

A SelectionEvent providing information about the event.

 See Also