Creates a new instance of AnnDragDropEventArgs with the specified parameters.
create = function(
annObject,
sourceContainer,
targetContainer,
operation,
operationContainer
)
static create(
annObject: AnnObject,
sourceContainer: AnnContainer,
targetContainer: AnnContainer,
operation: AnnDragDropOperation,
operationContainer: AnnContainer
): AnnDragDropEventArgs;
annObject
The AnnObject that is being dragged.
sourceContainer
The source annotation container. This is the AnnContainer that is the owner of the object being dragged.
This value is never null.
targetContainer
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
The current drag and drop operation being performed.
operationContainer
The AnnContainer for this drag drop operation.
The newly created AnnDragDropEventArgs object.
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