QuickInfoSessionStateChangedEventArgs Constructor
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.
Creates a new instance of QuickInfoSessionStateChangedEventArgs.
public:
QuickInfoSessionStateChangedEventArgs(Microsoft::VisualStudio::Language::Intellisense::QuickInfoSessionState oldState, Microsoft::VisualStudio::Language::Intellisense::QuickInfoSessionState newState);
public QuickInfoSessionStateChangedEventArgs (Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionState oldState, Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionState newState);
new Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionStateChangedEventArgs : Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionState * Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionState -> Microsoft.VisualStudio.Language.Intellisense.QuickInfoSessionStateChangedEventArgs
Public Sub New (oldState As QuickInfoSessionState, newState As QuickInfoSessionState)
Parameters
- oldState
- QuickInfoSessionState
The state before the transition.
- newState
- QuickInfoSessionState
The state after the transition.