ControlFocusChangeEvent Constructor (Control, Logic) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
loControl AS Control,
lFocus AS LOGIC
)
public ControlFocusChangeEvent(
Control loControl,
bool lFocus
)
Request Example
View SourceParameters
- loControl
- Type: Control
- lFocus
- Type: Logic
See Also