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

TcxCustomDropDownEdit.PopupWindowClosed(TObject) Method

The method is called after closing the popup window.

Declaration

procedure PopupWindowClosed(Sender: TObject); dynamic;

Parameters

Name Type
Sender TObject

Remarks

This method can be overridden in custom editors to perform specific operations after the popup has been closed. Use the PopupWindowClosing method to perform operations before the popup window is closed.

See Also