Click or drag to resize
TreeAfterPrepareCreateBrother Delegate

[Missing <summary> documentation for "T:Activsoft.Dashboard.Tree.AfterPrepareCreateBrother"]

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public delegate void AfterPrepareCreateBrother(
	Config monConfig,
	string treeValue,
	int orderValue,
	string parentKey
)

Parameters

monConfig
Type: Activsoft.EngineConfig
treeValue
Type: SystemString
orderValue
Type: SystemInt32
parentKey
Type: SystemString
See Also