VisualizerTarget.VisualizedExpressionChanged Event

Definition

Occurs when the expression shown in the visualizer's window textbox changes. The event argument specifies the new expression that was evaluated.

public event Func<string?,System.Threading.Tasks.Task>? VisualizedExpressionChanged;
member this.VisualizedExpressionChanged : Func<string, System.Threading.Tasks.Task> 
Public Custom Event VisualizedExpressionChanged As Func(Of String, Task) 

Event Type

Remarks

The expression will be null if it could not be evaluated or is invalid.

Applies to