Click or drag to resize

Control.FocusChange Method

X#
Provide a method that is invoked when the control has focus and the input focus changes from the current control to another (or vice versa).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FocusChange(
	oFocusChangeEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oFocusChangeEvent (Optional)
Type: Usual
The FocusChangeEvent object that identifies whether the focus is being gained or lost.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also