Click or drag to resize
TreePrepareCreateBrotherStart Method (Config, String, TreeAfterPrepareCreateBrother)

[Missing <summary> documentation for "M:Activsoft.Dashboard.Tree.PrepareCreateBrotherStart(Activsoft.Engine.Config,System.String,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 void PrepareCreateBrotherStart(
	Config monConfig,
	string brotherKey,
	TreeAfterPrepareCreateBrother after
)

Parameters

monConfig
Type: Activsoft.EngineConfig

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

brotherKey
Type: SystemString

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

after
Type: Activsoft.DashboardTreeAfterPrepareCreateBrother

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

See Also