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