Click or drag to resize

ListViewEditEvent Constructor (Typed)

X#
Initializes a new instance of the ListViewEditEvent class

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

Parameters

oLV
Type: ListView
e
Type: LabelEditEventArgs
lBefore
Type: Logic
See Also