Click or drag to resize
SoLDMGlobalResourceParametersLDMLoadCB Delegate

Loading callback for LDM mode.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
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