Skip to main content

TcxCustomCalculator.OnButtonClick Event

Occurs when a user clicks a calculator button.

Declaration

property OnButtonClick: TcxCalcButtonClick read; write;

Remarks

The OnButtonClick event is generated when a user presses a calculator button either by clicking it by the mouse or by pressing an appropriate keyboard key. This event occurs before the internal result calculation is performed. The Sender parameter defines the TcxCustomCalculator object. The button, which the user has activated, is identified by the ButtonKind parameter.

See Also