The OnWindowidEvent_LstViewSelStateChanged event is fired when an item of a ListViewControl is selected or unselected.
OnWindowidEvent_LstViewSelStateChanged(
[object] PlusWnd,
[string] ControlId,
[number] ItemIdx,
[boolean] SelectedState
);
No value has to be returned by this event.
When selection changes from one item to another, two events are generated: the first one is for the item that lost its selection state, the second one is for the newly selected item.
| Event Source | Interface Windows |
|---|---|
| Availability | Messenger Plus! Live 4.20 |