Control.FocusChange Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FocusChange(
Usual oFocusChangeEvent = default
)
Request Example
View SourceParameters
- oFocusChangeEvent (Optional)
- Type: Usual
The FocusChangeEvent object that identifies whether the focus is being gained or lost.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also