Click or drag to resize

ListViewDragEvent Constructor (Typed)

X#
Initializes a new instance of the ListViewDragEvent class

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

Parameters

oLV
Type: ListView
e
Type: ItemDragEventArgs
See Also