DebuggerExpressionEvaluationEventsClass.OnExpressionEvaluation Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Raised when an expression is evaluated from the immediate window or from automation.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Public Overridable Event OnExpressionEvaluation As _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler
public virtual event _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler OnExpressionEvaluation
public:
virtual event _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ OnExpressionEvaluation {
void add (_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ value);
void remove (_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ value);
}
abstract OnExpressionEvaluation : IEvent<_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler,
EventArgs>
override OnExpressionEvaluation : IEvent<_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispDebuggerExpressionEvaluationEvents_Event.OnExpressionEvaluation
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.