public void OnExpressionEvaluationComplete(IVariableInformation var, IDebugProperty2 prop = null) { AD7ExpressionCompleteEvent eventObject = new AD7ExpressionCompleteEvent(var, prop); Send(eventObject, AD7ExpressionCompleteEvent.IID, var.Client); }
public void OnExpressionEvaluationComplete(IVariableInformation var, IDebugProperty2 prop = null) { AD7ExpressionCompleteEvent eventObject = new AD7ExpressionCompleteEvent(_engine, var, prop); Send(eventObject, AD7ExpressionCompleteEvent.IID, var.Client); }