The OnWindowidEvent_LstBoxSelChanged event is fired when the user changes the current selection in a ListBoxControl.
OnWindowidEvent_LstBoxSelChanged( [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::LstBox_GetCurSel and can be -1 if the selection was cleared. This event is not fired when the selection is changed with PlusWnd::LstBox_SetCurSel.
Event Source | Interface Windows |
---|---|
Availability | Messenger Plus! Live 4.01 |
Script Windows Events, PlusWnd Object, PlusWnd::LstBox_GetCurSel.