This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Delegate used to walk the tree.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public delegate void TreeNodeFeedback(
	int level,
	<T> node,
	 callbackData
)
Visual Basic (Declaration)Copy imageCopy Code
Public Delegate Sub TreeNodeFeedback ( _
	level As Integer, _
	node As (Of T), _
	callbackData As  _
)

Parameters

level
Int32
node
TreeNode<(Of <T>)>
callbackData
Object

See Also

Smartsite.Base Namespace
Advanced