dragDrop Event

Summary

Occurs when an AnnObject is being dragged out of a container.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomation.prototype,'dragDrop',  
	get: function(), 
	set: function(value) 
) 
function dragDrop.add(function(sender, e)); 
function dragDrop.remove(function(sender, e)); 
TypeScript Syntax
dragDrop: void; 

Remarks

This event occurs during editing of an object when multiple containers are used and an object is being dragged out of one container. The default behavior will move the object from the source to the target container (if any). Override this method to provide custom behavior if required.

This event will trigger only if the value of EnableDragDrop is true.

EnablePartialDrop controls the behavior when an object is dragged then dropped while its boundary is not completely enclosed in any container.

AnnDragDropEventArgs

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnDragDropEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly