Namespace:
MbUnit.Core.Remoting
Assembly: MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)
Assembly: MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)
Syntax
| C# |
|---|
public delegate void UpdateTreeNodeDelegate( TreeNodeState old, UnitTreeNode node ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub UpdateTreeNodeDelegate ( _ old As TreeNodeState, _ node As UnitTreeNode _ ) |
Parameters
- old
- Type: MbUnit.Core.Config..::.TreeNodeState
- node
- Type: MbUnit.Core.Remoting..::.UnitTreeNode
