Initializes a new instance of the EvaluateFunctionEventObject class.
Namespace: com.mindfusion.scripting
File: com.mindfusion.scripting
SyntaxJava
Copy Code
|
|---|
public EvaluateFunctionEventObject ( |
The object on which the Event initially occurred.
The name of the function.
The list of arguments to pass to the function.
A reference to a user-defined object, related to the event.
See Also