Share via


_dispDebuggerExpressionEvaluationEvents_Event.OnExpressionEvaluation Event

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Event OnExpressionEvaluation As _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler
'Usage
Dim instance As _dispDebuggerExpressionEvaluationEvents_Event 
Dim handler As _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler 

AddHandler instance.OnExpressionEvaluation, handler
event _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler OnExpressionEvaluation
event _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ OnExpressionEvaluation {
    void add (_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ value);
    void remove (_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispDebuggerExpressionEvaluationEvents_Event Interface

_dispDebuggerExpressionEvaluationEvents_Event Members

EnvDTE80 Namespace