| SoLDMGlobalResourceParametersLDMLoadUserDataCB Delegate |
Note: This API is now obsolete.
LDM Load / Unload delegate. See #SetLDMLoadCB for more details
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void LDMLoadUserDataCB(
bool startLoading,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub LDMLoadUserDataCB (
startLoading As Boolean,
userData As Object
)
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void LDMLoadUserDataCB(
bool startLoading,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type LDMLoadUserDataCB =
delegate of
startLoading : bool *
userData : Object -> unitParameters
- startLoading
- Type: SystemBoolean
- userData
- Type: SystemObject
See Also