|
OnWindowidEvent_LstViewRClicked
The OnWindowidEvent_LstViewRClicked event is fired
when a ListViewControl is clicked with
the right button of the mouse.
Syntax
OnWindowidEvent_LstViewRClicked(
[object] PlusWnd,
[string] ControlId,
[number] ItemIdx
);
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.
- ItemIdx
- [number] Index of the item that was clicked.
Return Value
No value has to be returned by this event.
Remarks
Messenger Plus! Live 4.20 and above: if the click does not occur
on an item, the event is still fired and ItemIdx equals -1.
Event Information
| Event Source |
Interface Windows |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Script Windows Events, PlusWnd Object.
|