dragDropEvent Property

Summary

Gets the drag/drop event data that triggered this event.

Syntax

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

Property Value

The original drag/drop event data that triggered this event if any; otherwise, null.

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