←Select platform

DragDropEvent Property

Summary
Gets the drag/drop event data that triggered this event.
Syntax
C#
VB
Objective-C
C++
Java
public AnnDragDropEventArgs DragDropEvent { get; } 
Public ReadOnly Property DragDropEvent As AnnDragDropEventArgs 
@property (nonatomic, readonly) LTAnnDragDropEventArgs dragDropEvent; 
public AnnDragDropEvent getDragDropEvent() 
public:  
   property AnnDragDropEventArgs^ DragDropEvent 
   { 
      AnnDragDropEventArgs^ get() 
   } 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.