Vcl.CategoryButtons.TCatButtonCancelEditEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TCatButtonCancelEditEvent)(System::TObject* Sender, TBaseItem* const Item);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.CategoryButtons.hpp | Vcl.CategoryButtons | Vcl.CategoryButtons |
Description
Represents the signature of the TCategoryButtons.OnCancelEdit event.
TCatButtonCancelEditEvent represents the type of TCategoryButtons.OnCancelEdit, which is the event triggered when a caption editing operation is canceled.
The Sender parameter is the TCategoryButtons whose selected base item (button or category) changes.
The Item parameter is the button or category that was being edited.