Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an event that is raised when visiting a tree node.
Syntax
protected void NodeVisited(ReqPeggingTreeTraverser sender, ReqPeggingTreeEventArgs _args)
Run On
Called
Parameters
- sender
Type: ReqPeggingTreeTraverser Class
The sender object of the event.
- _args
Type: ReqPeggingTreeEventArgs Class
The event arguments.
Remarks
The traversal could be stopped by using the event arguments.