DropDown - DropDownValueChanged Event

Fired when the value of the dropdown edit is modified

Member of DropDown (PRIM_LIST.DropDown)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_LIST.ListItemReference to the dropdown item that has just changed
Value*BothUnicode StringValue to be shown in the value area
Image*BothPRIM_FLBXImage to be shown in the value area

Details

The DropDownValueChanged event is fired whenever the DropDown needs to update its edit area.
 
The Value and Image parameters allow a revised value and image to be supplied.
 
This event corresponds to the OnDropDownValueChanged method on the ListCellDesign interface.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2