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
'Usage
Dim instance As DebuggerExpressionEvaluationEventsClass
Dim handler As _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler
AddHandler instance.OnExpressionEvaluation, handler
public virtual event _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler OnExpressionEvaluation
public:
virtual event _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ OnExpressionEvaluation {
void add (_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ value);
void remove (_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ value);
}
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.
See Also
Reference
DebuggerExpressionEvaluationEventsClass Class