The callback function which is invoked when data about bookmarks tree were received from a server.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public delegate void DocumentMapInfoCallback(
string documentTree
) |
Visual Basic |
---|
Public Delegate Sub DocumentMapInfoCallback ( _
documentTree As String _
) |
Visual C++ |
---|
public delegate void DocumentMapInfoCallback(
String^ documentTree
) |
See Also