documentationfor yFiles for HTML 2.6

QueryContinueDragEventArgs

The event argument class that is used by QueryContinueDrag during drags.

Inheritance Hierarchy
EventArgs
QueryContinueDragEventArgs

Remarks

The action property can be used to signal CONTINUE, CANCEL or DROP for the current drag operation.

The dropTarget property contains the current DropTarget during the drag, which may be null if there is currently no DropTarget.

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.view.QueryContinueDragEventArgs

See Also

Properties