PageWindow.OnAfterSave Event

SharePoint Designer Developer Reference

Occurs after the active document has been saved by the user.

Syntax

Private Sub expression_OnAfterSave(Success As Boolean)

expression   A variable that represents a PageWindow object that has been declared by using the WithEvents option in a class module.

Parameters

Name Required/Optional Data Type Description
Success Required Boolean Indicates whether the operation was successful. If True, the file was saved.

See Also