KeyEvent Constructor (KeyPressEventArgs) | |
Initializes a new instance of the
KeyEvent class
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
oKeyEvent AS KeyPressEventArgs
)
public KeyEvent(
KeyPressEventArgs oKeyEvent
)
Request Example
View SourceParameters
- oKeyEvent
- Type: KeyPressEventArgs
See Also