public static AnnDragDropEventArgs Create(
AnnObject annObject,
AnnContainer sourceContainer,
AnnContainer targetContainer,
AnnDragDropOperation operation,
AnnContainer operationContainer
)
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.