Fired when the value of the dropdown edit is modified |
Member of Data Table DropDown (PRIM_MD.DropDown)
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Reference to the dropdown item that has just changed | |
Value | *Both | Unicode String | Value to be shown in the value area |
Image | *Both | Image to be shown in the value area |
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.