FMX.Controls.TControl.OnDragLeave
De RAD Studio API Documentation
Delphi
property OnDragLeave: TNotifyEvent read FOnDragLeave write FOnDragLeave;
C++
__property System::Classes::TNotifyEvent OnDragLeave = {read=FOnDragLeave, write=FOnDragLeave};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Se produit quand un objet glissé quitte la zone du contrôle en cours.
OnDragLeave se produit aussi quand DragLeave est appelé.
Ecrivez un gestionnaire d’événements OnDragLeave pour spécifier ce qui arrive lorsqu'un objet glissé quitte la zone du contrôle en cours.