←Select platform

DragDropEvent Property

Summary
Gets the drag/drop event data that triggered this event.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnDragDropEventArgs DragDropEvent { get; } 
@property (nonatomic, assign, readonly) LTAnnDragDropEventArgs *dragDropEvent; 
public AnnDragDropEvent getDragDropEvent() 
public:  
   property AnnDragDropEventArgs^ DragDropEvent 
   { 
      AnnDragDropEventArgs^ get() 
   } 
DragDropEvent # get  (AnnCursorEventArgs) 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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