public event EventHandler<AnnDragDropEventArgs> DragDrop
Public Event DragDrop As EventHandler(Of AnnDragDropEventArgs)
-(void) automation:(LTAnnAutomation*) automation
dragWithArgs:(LTAnnDragDropEventArgs*) e;
public void addDragDropListener (AnnDragDropListener listener)
public void removeDragDropListener (AnnDragDropListener listener)
public:
event EventHandler<AnnDragDropEventArgs^>^ DragDrop
The event handler receives an argument of type AnnDragDropEventArgs containing data related to this event. The following AnnDragDropEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Allowed | Gets or sets a value that indicates whether the current operation is allowed. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document