Details/Use of Validate Event.
Occurs before the focus shifts to a (second) control that has its CausesValidation property set to True.
The Validate event works in tandem with the CausesValidation property to prevent a control from losing the focus until certain criteria are met. |