Vcl.CategoryButtons.TCatButtonEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TCatButtonEvent)(System::TObject* Sender, TButtonItem* const Button);

Properties

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

Description

TCatButtonEvent is the procedure type of the OnButtonClicked, the OnHotButton and the OnSelectedItemChange event handlers.

Sender is the TCategoryButtons instance that generated the event.

Button is the button where the event is acting.

See Also