IAsyncQuickInfoSession.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.
Dispatched on the UI thread whenever the Quick Info Session changes state.
public:
event EventHandler<Microsoft::VisualStudio::Language::Intellisense::QuickInfoSessionStateChangedEventArgs ^> ^ StateChanged;
event EventHandler<Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionStateChangedEventArgs> StateChanged;
member this.StateChanged : EventHandler<Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionStateChangedEventArgs>
Event StateChanged As EventHandler(Of QuickInfoSessionStateChangedEventArgs)