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