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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate void LDMLoadUserDataCB(
bool startLoading,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Delegate Sub LDMLoadUserDataCB (
startLoading As Boolean,
userData As Object
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
public delegate void LDMLoadUserDataCB(
bool startLoading,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
type LDMLoadUserDataCB =
delegate of
startLoading : bool *
userData : Object -> unit
Parameters
- startLoading
- Type: SystemBoolean
- userData
- Type: SystemObject
See Also