Click or drag to resize
TreePrepareCreateChildEnd Method (Config, String, TreeAfterPrepareCreateChild)

[Missing <summary> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateChildEnd(Activsoft.Engine.Config,System.String,Activsoft.Dashboard.Tree.AfterPrepareCreateChild)"]

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void PrepareCreateChildEnd(
	Config monConfig,
	string parentKey,
	TreeAfterPrepareCreateChild after
)

Parameters

monConfig
Type: Activsoft.EngineConfig

[Missing <param name="monConfig"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateChildEnd(Activsoft.Engine.Config,System.String,Activsoft.Dashboard.Tree.AfterPrepareCreateChild)"]

parentKey
Type: SystemString

[Missing <param name="parentKey"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateChildEnd(Activsoft.Engine.Config,System.String,Activsoft.Dashboard.Tree.AfterPrepareCreateChild)"]

after
Type: Activsoft.DashboardTreeAfterPrepareCreateChild

[Missing <param name="after"/> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateChildEnd(Activsoft.Engine.Config,System.String,Activsoft.Dashboard.Tree.AfterPrepareCreateChild)"]

See Also