Click or drag to resize
SoLDMGlobalResourceParametersLDMLoadCB Delegate

Loading callback for LDM mode.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public delegate void LDMLoadCB(
	bool startLoading
)

Parameters

startLoading
Type: SystemBoolean
Remarks

Called with true means the process starts loading. false means the process is done loading.

See Also