EvaluationFinishedEventHandler
using Autodesk.DesignScript.Runtime;
using System.Collections;
namespace Dynamo.PythonServices.EventHandlers
{
[SupressImportIntoVM]
public delegate void EvaluationFinishedEventHandler (EvaluationState state, string code, IList bindingValues, ScopeGetAction scopeGet);
}