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