Events
The following events are defined in the ListViewSubItem class.
| Name | Description |
|---|---|
| Clicked | Occurs when clicking an item |
| DoubleClicked | Occurs when double-clicking an item |
| RClicked | Occurs when right-clicking on an item |
Precautions when referencing selection items
Do not use the Value property of the parent object ListView class to refer to the selected item number in the handler of the event that occurred in the ListViewSubItem class. (The selected item number may not be reflected.)
For the selected item number, refer to the Index property (subscript of the array) of the parent object (ListViewItem object, which can be referenced by From. ^) of the From property of the Event object passed as an argument of the event handler.