AfterUserChanged event

Examples


The AfterUserChanged event occurs when the user changes the contents of a field, then moves the focus out of the field, using the TAB key or the mouse. In fields that toggle, such as push buttons and visual switches, this event occurs when the user clicks the field. For list fields, this event occurs when the user selects an item in the list. In all instances, the AfterUserChanged event occurs after the Microsoft Dynamics GP user changed event.

Syntax

field_AfterUserChanged()

Parameters

field – A window field object.

Comments

Use the AfterUserChanged event to evaluate the value in the field losing focus. You cannot set the value of the field losing focus using the AfterUserChanged event. This event occurs after the Microsoft Dynamics GP user changed event, which is used to verify the contents of the field.


Documentation Feedback