Visio.PageRenderCompleteEventArgs interface

Provides information about the page that raised the PageRenderComplete event.

Remarks

[ API set: 1.1 ]

Properties

pageName

Gets the name of the page that raised the PageLoad event.

success

Gets the success/failure of the PageRender event.

Property Details

pageName

Gets the name of the page that raised the PageLoad event.

pageName: string;

Property Value

string

Remarks

[ API set: 1.1 ]

success

Gets the success/failure of the PageRender event.

success: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]