VOPanel.OnKeyUp Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD OnKeyUp(
s AS Object,
e AS KeyEventArgs
) AS VOID
public virtual void OnKeyUp(
Object s,
KeyEventArgs e
)
Request Example
View SourceParameters
- s
- Type: Object
- e
- Type: KeyEventArgs
See Also