The callback function which is invoked when a user clicks an element in bookmarks tree.
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 DocumentMapElementClickCallback(
string bookmarkName
) |
Visual Basic |
---|
Public Delegate Sub DocumentMapElementClickCallback ( _
bookmarkName As String _
) |
Visual C++ |
---|
public delegate void DocumentMapElementClickCallback(
String^ bookmarkName
) |
Parameters
- bookmarkName
- Type: System..::..String
A name of bookmark to which a user should be navigated.
See Also