Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsCanceled Property (InteractiveDragCompletedEventArgs)

Show in webframe
Indicates if this drag operation was canceled.
Syntax
get_isCanceled();
set_isCanceled(value);
Object.defineProperty('isCanceled');

Property Value

TypeDescription
booleantrue if this drag operation was canceled, otherwise; false.
Remarks

A drag operation consists of DragStarted (when the user clicks the mouse or touch down), followed by one or more DragDelta (while dragging on the control) and finally DragCompleted (when the mouse is released or touch up). This drag operation can be aborted at anytime if one of the following occur after DragStarted has been fired but before DragCompleted:

In these cases, the service will fire the DragCompleted to complete the drag operation but the value of IsCanceled will be set to true and ImageViewerInteractiveMode objects listening to the drag event will abort the work started.

See Also

Reference

InteractiveDragCompletedEventArgs Object
InteractiveDragCompletedEventArgs Members

Error processing SSI file