DroidDiagram Programmer's Guide
SelectionValidationEvent Constructor
See Also
 






Initializes a new SelectionValidationEvent instance.

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

 Syntax

Java  Copy Code

public SelectionValidationEvent (
    Object source,
    Point2D mousePosition,
    AdjustmentHandle adjustmentHandle
)

 Parameters

source

The source of the event.

mousePosition

adjustmentHandle

The adjustment handle being moved by the user.

 See Also

SelectionValidationEvent Class
com.mindfusion.diagramming Namespace