Share via


Web.OnAfterPublish Event

SharePoint Designer Developer Reference

Occurs after a Web site is published.

Syntax

Private Sub expression_OnAfterPublish(Success As Boolean)

expression   A variable that represents a Web object that has been declared with events in a class module.

Parameters

Name Required/Optional Data Type Description
Success Required Boolean Specifies whether the publish operation was successful. If True, the Web site was successfully published.

See Also