TcxCustomCalculator.OnDisplayChange Event
Occurs when changing the display value.
Declaration
property OnDisplayChange: TNotifyEvent read; write;
Remarks
The OnDisplayChange event is generated after the display value within a calculator control has been changed. The Sender parameter defines the calculator control for which this event occurred.
See Also