Occurs after a page is saved.
Syntax
Private Sub Application_OnAfterPageSave(pPage As PageWindow, _
Success As Boolean)
pPage Required PageWindow. A PageWindow object.
Success Required Boolean. True if the PageWindow object was successfully saved.
Remarks
The OnAfterPageSave event is associated with the Application object. After the user saves a page or closes Microsoft FrontPage, the OnAfterPageSave event fires and executes the code that you specified within the event procedure.