EvaluationStartedEventHandler
using Autodesk.DesignScript.Runtime;
using System.Collections;
namespace Dynamo.PythonServices.EventHandlers
{
[SupressImportIntoVM]
public delegate void EvaluationStartedEventHandler (string code, IList bindingValues, ScopeSetAction scopeSet);
}