AfterLineGotFocus event

Examples


The AfterLineGotFocus event occurs when the focus moves to a new line in a grid. It occurs after the Microsoft Dynamics GP line got focus event.

Syntax

grid_AfterLineGotFocus()

Parameters

grid – A grid object.

Comments

Use the AfterLineGotFocus event to evaluate the contents of fields in the line gaining focus.


Documentation Feedback