PropertyMethodInfoCustomValueMethod Delegate

The custom value calculation method delegate. See the actual methods for information on the parameters.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public delegate TypedValue CustomValueMethod(
	PropertyEnvironment environment
)

Parameters

environment  PropertyEnvironment
 

Return Value

TypedValue

See Also