| TreeAfterPrepareCreateBrother Delegate |
[Missing <summary> documentation for "T:Activsoft.Dashboard.Tree.AfterPrepareCreateBrother"]
Namespace: Activsoft.DashboardAssembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic delegate void AfterPrepareCreateBrother(
Config monConfig,
string treeValue,
int orderValue,
string parentKey
)
Public Delegate Sub AfterPrepareCreateBrother (
monConfig As Config,
treeValue As String,
orderValue As Integer,
parentKey As String
)
public delegate void AfterPrepareCreateBrother(
Config^ monConfig,
String^ treeValue,
int orderValue,
String^ parentKey
)
type AfterPrepareCreateBrother =
delegate of
monConfig : Config *
treeValue : string *
orderValue : int *
parentKey : string -> unitParameters
- monConfig
- Type: Activsoft.EngineConfig
- treeValue
- Type: SystemString
- orderValue
- Type: SystemInt32
- parentKey
- Type: SystemString
See Also