Vcl.Controls.TStartDragEvent
C++
typedef void __fastcall (__closure *TStartDragEvent)(System::TObject* Sender, TDragObject* &DragObject);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.Controls.hpp | Vcl.Controls | Vcl.Controls |
Description
TStartDragEvent is the function type for an OnStartDrag event.
TStartDragEvent has the following parameters:
| Parameter | Meaning |
|---|---|
|
Sender |
The control that generated the event. |
|
DragObject |
The object that is dragged. |