PageUpdated
- Last UpdatedJul 13, 2023
- 1 minute read
The event fired when a Graphics Builder page is updated.
Syntax
PageUpdated(sProject, sPage)
sProject
The name of the project.
sPage
The name of the page.
Return Value
N/A
Note: For details on handling return and error values, see Error Handling.
Related Functions
Example
Sub PageUpdated(ByVal bstrProject As String, ByVal bstrPage As String, ByVal bLastPage
As Boolean)
' Add your code here
End sub