Click or drag to resize

Control.FocusChange Method (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FocusChange(
	oFocusChangeEvent AS FocusChangeEvent
) AS VOID
Request Example View Source

Parameters

oFocusChangeEvent
Type: FocusChangeEvent
The FocusChangeEvent object that identifies whether the focus is being gained or lost.
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also