SoLDMGlobalResourceParametersLDMLoadCB Delegate |
Loading callback for LDM mode.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate void LDMLoadCB(
bool startLoading
)
Public Delegate Sub LDMLoadCB (
startLoading As Boolean
)
public delegate void LDMLoadCB(
bool startLoading
)
type LDMLoadCB =
delegate of
startLoading : bool -> unit
Parameters
- startLoading
- Type: SystemBoolean
Remarks Called with true means the process starts loading. false means the process is done loading.
See Also