Skip to content

OnCloseUp - ComboForm

Called when a drop-down list closes

Type: Event

Syntax

Procedure OnCloseUp

Description

The OnCloseUp event message is called when a drop-down list closes. It is a notification and is intended for augmentation.

OnCloseUp will not return the newly selected value, use Combo_Item_Changed to get the new value.