VisualizerTarget.StateChanged 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.
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.