Events
The following events are defined in the ListView class.
| Name | Description |
|---|---|
| Clicked | Occurs when the left mouse button is clicked |
| DoubleClicked | Occurs when the left mouse button is double-clicked |
| Dropped | Occurs when dropped by drag and drop Added since Ver.4.1.0 |
| RClicked | Occurs when the right mouse button is clicked |
※ When each item in ListView is clicked, the Clicked event of ListViewItem is generated. If you want to raise the Clicked event of the ListView, click anywhere other than the item.