Vcl.Controls.TStartDockEvent
C++
typedef void __fastcall (__closure *TStartDockEvent)(System::TObject* Sender, TDragDockObject* &DragObject);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| typedef | public | Vcl.Controls.hpp | Vcl.Controls | Vcl.Controls | 
Description
TStartDockEvent is the type of the OnStartDock event handler.
Sender is the object on which a control is being docked.
DragObject is information about the control that is being docked.