Partilhar via


VisualizerTarget.StateChanged Event

Definition

Caution

Use the Changed event instead.

Occurs when the state of the visualizer target changes. The event argument specifies the type of the state change.

[System.Obsolete("Use the Changed event instead.")]
public event Microsoft.VisualStudio.Threading.AsyncEventHandler<Microsoft.VisualStudio.RpcContracts.DebuggerVisualizers.VisualizerTargetStateNotification>? StateChanged;
[<System.Obsolete("Use the Changed event instead.")>]
member this.StateChanged : Microsoft.VisualStudio.Threading.AsyncEventHandler<Microsoft.VisualStudio.RpcContracts.DebuggerVisualizers.VisualizerTargetStateNotification> 
Public Event StateChanged As AsyncEventHandler(Of VisualizerTargetStateNotification) 

Event Type

Attributes

Remarks

This event is obsolete, use the Changed event instead.

Applies to