com.onlineobject.objectnet Namespace

IInputEntry<(Of <(<'T>)>)>..::..OnEvaluate Method

Registers a function that will be called to evaluate the input entry's value.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


void OnEvaluate(

	Func<T> function

)

Parameters

function
Type: Func<(Of <(<'T>)>)>
A function that returns a value of type T when called.