MindFusion.Diagramming for JavaScript Programmer's Guide

SelectionEventArgs Members

Constructors Methods
 


Contains the arguments passed to handlers of selection-related events.

The following tables list the members exposed by the SelectionEventArgs type.

 Public Constructors

  Name Description

SelectionEventArgs

Initializes a new instance of the SelectionEventArgs class.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the current selection modification.

getAdjustmentHandle

Gets the adjustment handle being moved by the user.

getCancel

Gets a value indicating whether to allow the current operation.

getMousePosition

Gets the current mouse pointer position.

setCancel

Sets a value indicating whether to allow the current operation.

 See Also