ComboSelChange Event
Applies To
fpSpread control
Description
Occurs when the user changes the selection in a combo box cell.
Syntax
afx_msg void OnComboSelChangefpSpread(UINT, int, CWnd*, LPVOID);
Sub fpSpread_ComboSelChange(ByVal Col As Long, ByVal Row As Long)
Parameters
The following parameters are available:
Parameter | Description |
---|---|
Col | Column number of cell containing combo box |
Row | Row number of cell containing combo box |
Remarks
The ComboSelChange event occurs when the same item is selected or another item is selected. The selected item changes when the user clicks another list item or presses the arrow keys to highlight other items in the list.
Use the ComboSelChange event to update a list before the user closes the list. The ComboCloseUp event occurs before the ComboSelChange event.
Use the SheetSendingEvent property if you want to return the sheet for which this event occured.
See Also
SheetSendingEvent property
ComboCloseUp, ComboDropDown events