←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly