Click or drag to resize

ListViewMouseEvent Constructor (Typed)

X#
Initializes a new instance of the ListViewMouseEvent class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oLv AS ListView,
	e AS MouseEventArgs
)
Request Example View Source

Parameters

oLv
Type: ListView
e
Type: MouseEventArgs
See Also