Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

Create Method (AnnDragDropEventArgs)

Show in webframe
The AnnObject that is being dragged.
The source annotation container. This is the AnnContainer that is the owner of the object being dragged. This value is never null.
The target annotation container. This is the AnnContainer that is currently the target if the object is dropped. targetContainer can be the same value as sourceContainer or can be null if the object is currently outside the boundary of all containers.
The current drag and drop operation being performed.
The AnnContainer for this drag drop operation.
Creates a new instance of AnnDragDropEventArgs with the specified parameters.
Syntax
 function Leadtools.Annotations.Automation.AnnDragDropEventArgs.create( 
   annObject ,
   sourceContainer ,
   targetContainer ,
   operation ,
   operationContainer 
)

Parameters

ParameterTypeDescription
annObjectAnnObjectThe AnnObject that is being dragged.
sourceContainerAnnContainerThe source annotation container. This is the AnnContainer that is the owner of the object being dragged. This value is never null.
targetContainerAnnContainerThe target annotation container. This is the AnnContainer that is currently the target if the object is dropped. targetContainer can be the same value as sourceContainer or can be null if the object is currently outside the boundary of all containers.
operationAnnDragDropOperationThe current drag and drop operation being performed.
operationContainerAnnContainerThe AnnContainer for this drag drop operation.

Return Value

TypeDescription
AnnDragDropEventArgs The newly created AnnDragDropEventArgs object.
See Also

Reference

AnnDragDropEventArgs Object
AnnDragDropEventArgs Members

Error processing SSI file