Vcl.ComCtrls.TCustomHeaderControl.OnSectionEndDrag

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnSectionEndDrag: TNotifyEvent read FOnSectionEndDrag  write FOnSectionEndDrag;

C++

__property System::Classes::TNotifyEvent OnSectionEndDrag = {read=FOnSectionEndDrag, write=FOnSectionEndDrag};

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl


Description

Se produit après que le contrôle en-tête a réorganisé ses sections en réponse à une opération de glissement.

L'événement OnSectionEndDrag se produit après que l'utilisateur déplace une section d'en-tête vers une nouvelle position.

Voir aussi