ElementLostFocus event

Occurs when an element loses the input focus.
Syntax
Display
_
ElementLostFocus
(
ByVal
ElementName
As String
)
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.
ElementName
– is the name of the element that just lost input focus.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal