Vcl.CategoryButtons.TCategoryButtons.OnReorderCategory
Delphi
property OnReorderCategory: TCategoryReorderEvent read FOnReorderCategory write FOnReorderCategory;
C++
__property TCategoryReorderEvent OnReorderCategory = {read=FOnReorderCategory, write=FOnReorderCategory};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TCategoryButtons |
Description
Fired when categories are reordered.
The OnReorderCategory event is triggered when categories are reordered.
OnReorderCategory is an event handler of type Vcl.CategoryButtons.TCategoryReorderEvent.