|
OnWindowidEvent_ComboSelChanged
The OnWindowidEvent_ComboSelChanged event is fired
when the user changes the current selection in a ComboBoxControl.
Syntax
OnWindowidEvent_ComboSelChanged(
[object] PlusWnd,
[string] ControlId
);
Parameters
- PlusWnd
- [object] The PlusWnd object attached to the window
that generated the event.
- ControlId
- [string] Unique identifier of the control that generated
the event.
Return Value
No value has to be returned by this event.
Remarks
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 Information
| Event Source |
Interface Windows |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Script Windows Events, PlusWnd Object, PlusWnd::Combo_GetCurSel.
|