FMX.Controls3D.TControl3D.OnDragLeave
Delphi
property OnDragLeave: TNotifyEvent read FOnDragLeave write FOnDragLeave;
C++
__property System::Classes::TNotifyEvent OnDragLeave = {read=FOnDragLeave, write=FOnDragLeave};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
Occurs when a dragged object leaves the area of the current 3D control.
OnDragLeave also occurs when DragLeave is called.
Write an event handler for OnDragLeave to specify what happens when a dragged object leaves the area of the current 3D control.