The OnWindowidEvent_ComboSelChanged event is fired when the user changes the current selection in a ComboBoxControl.
OnWindowidEvent_ComboSelChanged( [object] PlusWnd, [string] ControlId );
No value has to be returned by this event.
The index of the newly selected item can be retrieved with PlusWnd::Combo_GetCurSel. This event is not fired when the selection is changed with PlusWnd::Combo_SetCurSel.
Event Source | Interface Windows |
---|---|
Availability | Messenger Plus! Live 4.00 |
Script Windows Events, PlusWnd Object, PlusWnd::Combo_GetCurSel.