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