The callback function which is invoked when data about a document were received from a server.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate void DocumentInfoLoadedCallback(
	List<ElementSizeModel> pages
)
Visual Basic
Public Delegate Sub DocumentInfoLoadedCallback ( _
	pages As List(Of ElementSizeModel) _
)
Visual C++
public delegate void DocumentInfoLoadedCallback(
	List<ElementSizeModel^>^ pages
)

Parameters

pages
Type: System.Collections.Generic..::..List<(Of <(<'ElementSizeModel>)>)>
Report pages list.

See Also