TcxCustomDropDownEdit.PopupWindowClosed(TObject) Method
In This Article
Performs editor type-specific operations once the drop-down window is closed.
#Declaration
Delphi
procedure PopupWindowClosed(Sender: TObject); dynamic;
#Parameters
Name | Type | Description |
---|---|---|
Sender | TObject | The target drop-down window. |
#Remarks
You can override the PopupWindowClosed
procedure in a custom TcxCustomDropDownEdit class descendant to perform a set of operations every time the drop-down window closes.
See Also