ListViewEditEvent Constructor (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
oLV AS ListView,
e AS LabelEditEventArgs,
lBefore AS LOGIC
)
public ListViewEditEvent(
ListView oLV,
LabelEditEventArgs e,
bool lBefore
)
Request Example
View SourceParameters
- oLV
- Type: ListView
- e
- Type: LabelEditEventArgs
- lBefore
- Type: Logic
See Also