VisualizerTarget.VisualizedExpressionChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.