AfterClose event

Examples


The AfterClose event occurs when the window closes. It occurs after the Microsoft Dynamics GP window close event.

Syntax

window_AfterClose()

Parameters

window – A window object.

Comments

Microsoft Dynamics GP typically uses the window close event to check for any unsaved changes, or whether the user entered all required fields in the window, and display the appropriate dialog.


Documentation Feedback