Vcl.Grids.TMovedEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TMovedEvent)(System::TObject* Sender, int FromIndex, int ToIndex);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Grids.hpp Vcl.Grids Vcl.Grids

Description

Procedural type used for the OnColumnMoved and OnRowMoved events.

Declare methods of type TMovedEvent to assign them to the OnColumnMoved or OnRowMoved events.

See Also