Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

TargetItem Property

Show in webframe
The target item for this drop operation.
Syntax
get_targetItem();
Object.defineProperty('targetItem');

Property Value

TypeDescription
ImageViewerItemThe item in TargetImageViewer that will currently be the target for the drop operation. Or null if the drag item is not over any item.
Remarks

This is the item in TargetImageViewer that will currently be the target for the drop operation. It can be null if the image viewer does not have any items or if the object is not on top of any item boundary.

Example

For an example, refer to ImageViewerDragInteractiveMode.

See Also

Reference

ImageViewerItemDragDropEventArgs Object
ImageViewerItemDragDropEventArgs Members

Error processing SSI file