For custom code the arguments array is structured as follows:
args[]
contains one object:
WebReports.UI.Controls.TreeNodeCollection
, a list of WebReports.UI.Controls.TreeNode
objects to populate the Report TreeNote
The TreeNodeCollection and TreeNode classes are defined in the
library, which is not automatically referenced in the Admin Console. To use this Server Event, add
WebReports.dllWebReports.dll
as a reference, and include theWebReports.UI.Controls
namespace.
For .NET Assemblies the method signature is as follows:
void EventHandlerName(SessionInfo sessionInfo, TreeNodeCollection nodes)
The event does not return a value.