PropertyMethodInfoCustomValueMethod Delegate |
The custom value calculation method delegate. See the actual methods for information on the parameters.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected delegate TypedValue CustomValueMethod(
PropertyEnvironment environment
)
Protected Delegate Function CustomValueMethod (
environment As PropertyEnvironment
) As TypedValue
protected delegate TypedValue^ CustomValueMethod(
PropertyEnvironment^ environment
)
Parameters
- environment
- Type: MFiles.VAF.CommonPropertyEnvironment
Return Value
Type:
TypedValue
See Also