예제 #1
0
        public void OnExpressionEvaluationComplete(IVariableInformation var, IDebugProperty2 prop = null)
        {
            AD7ExpressionCompleteEvent eventObject = new AD7ExpressionCompleteEvent(var, prop);

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