Click or drag to resize

ListViewMouseEvent.ListViewItem Property

X#
The ListViewItem object which was clicked, if the mouse click occurred on an item; otherwise, a null object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ListViewItem AS ListViewItem GET 
Request Example View Source

Property Value

Type: ListViewItem
The ListViewItem object which was clicked, if the mouse click occurred on an item; otherwise, a null object.
See Also