FMX.Controls3D.TDragDropEvent3D
C++
typedef void __fastcall (__closure *TDragDropEvent3D)(System::TObject* Sender, const Fmx::Types::TDragObject &Data, const System::Math::Vectors::TPoint3D &Point);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FMX.Controls3D.hpp | FMX.Controls3D | FMX.Controls3D |
Description
Procedural type used by all OnDragDrop events.
Sender is the object that issues the event call.
Data is the object that is being dragged.
Point is the position in space of the mouse pointer while dragging the object.