operation Property

Summary

Gets the current drag and drop operation.

Syntax

JavaScript Syntax
Object.defineProperty(AnnDragDropEventArgs.prototype, 'operation', 
	get: function() 
) 
TypeScript Syntax
operation: AnnDragDropOperation; // read-only 

Property Value

The current drag and drop operation being performed.

Remarks

This operation is in relation to OperationContainer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly