Skip to main content
A newer version of this page is available. .

TcxCustomDropDownEdit.PopupWindowClosing(TObject) Method

Called before closing the popup window.

Declaration

procedure PopupWindowClosing(Sender: TObject); dynamic;

Parameters

Name Type
Sender TObject

Remarks

This method can be overridden in custom editors to perform specific operations when the popup window is about to close. To perform operations after the popup window is closed use the PopupWindowClosed method.

See Also