TcxCustomDropDownEdit.PopupWindowClosed(TObject) Method
Performs editor type-specific operations once the drop-down window is closed.
Declaration
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