Search
EvaluateFunctionEventObject Constructor
See Also
 






Initializes a new instance of the EvaluateFunctionEventObject class.

Namespace: com.mindfusion.scripting
File: com.mindfusion.scripting

 Syntax

Java  Copy Code

public EvaluateFunctionEventObject (
    Object source,
    String name,
    Object[] arguments,
    Object param
)

 Parameters

source

The object on which the Event initially occurred.

name

The name of the function.

arguments

The list of arguments to pass to the function.

param

A reference to a user-defined object, related to the event.

 See Also