Occurs after a web is published.
Syntax
Private Sub Application_OnAfterWebPublish(pWeb As Web, Success As Boolean)
pWeb Required Web. The specified Web object.
Success Required Boolean. True if the specified web was successfully published.
Remarks
The OnAfterWebPublish event is associated with the Application object. After the user publishes a web in Microsoft FrontPage, the OnAfterWebPublish event fires and executes the code that you specified within the event procedure.