←Select platform

Create Method

Summary

Creates a new instance of AnnDragDropEventArgs with the specified parameters.

Syntax
C#
VB
C++
Public Shared Function Create( _ 
   ByVal annObject As AnnObject, _ 
   ByVal sourceContainer As AnnContainer, _ 
   ByVal targetContainer As AnnContainer, _ 
   ByVal operation As AnnDragDropOperation, _ 
   ByVal operationContainer As AnnContainer _ 
) As AnnDragDropEventArgs 

Parameters

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.

Return Value

The newly created AnnDragDropEventArgs object.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly