ASP.NET Pack Programmer's Guide
SelectionEvent Constructor
See Also
 






Initializes a new instance of the SelectionEvent class.

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

 Syntax

Java  Copy Code

public SelectionEvent (
    Object source,
    Point2D mousePosition,
    int adjustmentHandle
)

 Parameters

source

The source of the event.

mousePosition

The mouse button related to the event.

adjustmentHandle

The position of the mouse cursor, in document coordinates.

 See Also

SelectionEvent Class
com.mindfusion.diagramming Namespace