function Leadtools.Annotations.Automation.AnnDragDropEventArgs.create( annObject , sourceContainer , targetContainer , operation , operationContainer )
Parameter | Type | Description |
---|---|---|
annObject | AnnObject | The AnnObject that is being dragged. |
sourceContainer | AnnContainer | The source annotation container. This is the AnnContainer that is the owner of the object being dragged. This value is never null. |
targetContainer | AnnContainer | 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. |
operation | AnnDragDropOperation | The current drag and drop operation being performed. |
operationContainer | AnnContainer | The AnnContainer for this drag drop operation. |
Type | Description |
---|---|
AnnDragDropEventArgs | The newly created AnnDragDropEventArgs object. |