TcxCustomCalculator.OnHidePopup Event
Occurs on hiding the calculator incorporated into the popup window.
Declaration
property OnHidePopup: TcxEditClosePopupEvent read; write;
Remarks
The OnHidePopup event is generated when the calculator embedded in the popup window is about to be hidden. The Sender parameter defines the calculator control for which this event occurred.
See Also