Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsCanceled Property (InteractiveDragCompletedEventArgs)




Indicates if this drag operation was canceled.
Syntax
public bool IsCanceled {get; set;}
'Declaration
 
Public Property IsCanceled As Boolean

Property Value

true 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.

Requirements

Target Platforms

See Also

Reference

InteractiveDragCompletedEventArgs Class
InteractiveDragCompletedEventArgs Members

Error processing SSI file