Afficher : Delphi C++
Préférences d'affichage

FMX.Types3D.TControl3D.OnDragLeave

De XE2 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 published
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TControl3D


Description

Se produit quand un objet glissé quitte la zone du contrôle 3D 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 3D en cours.

Voir aussi

Versions précédentes
Traductions