Description Called when a calculated value for an object (pUnknown is a raw object or mcdbnode object) is needed.
Syntax
Private Sub object_CalculateValue(pUnknown, sFormula, vValue, sFormat, sDisplayName)
The CalculateValue Event syntax has these parts:
|
| object | A McDataManager object. | | pUnknown | An IUnknown object. | | sFormula | A String value. | | vValue | A Variant value. | | sFormat | A String value. | | sDisplayName | A String value. |
|