BeforeLineLostFocus event

Examples


The BeforeLineLostFocus event occurs when the focus moves out of a line. It occurs before the Microsoft Dynamics GP line lost focus event.

Syntax

grid_BeforeLineLostFocus()

Parameters

grid – A grid object.

Comments

Microsoft Dynamics GP rarely uses the line lost focus event. Whether you choose the VBA AfterLineLostFocus or BeforeLineLostFocus event is of little consequence.


Documentation Feedback