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