ListViewItemEvent Constructor (ListView, ItemCheckEventArgs) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
oLV AS ListView,
e AS ItemCheckEventArgs
)
public ListViewItemEvent(
ListView oLV,
ItemCheckEventArgs e
)
Request Example
View SourceParameters
- oLV
- Type: ListView
- e
- Type: ItemCheckEventArgs
See Also