AfterLineLostFocus event

Examples


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

Syntax

grid_AfterLineLostFocus()

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