SelectedSignatureChangedEventArgs(ISignature, ISignature) 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.
Initializes a new instance of SelectedSignatureChangedEventArgs.
public:
SelectedSignatureChangedEventArgs(Microsoft::VisualStudio::Language::Intellisense::ISignature ^ previousSelectedSignature, Microsoft::VisualStudio::Language::Intellisense::ISignature ^ newSelectedSignature);
public:
SelectedSignatureChangedEventArgs(Microsoft::VisualStudio::Language::Intellisense::ISignature ^ previousSelectedSignature, Microsoft::VisualStudio::Language::Intellisense::ISignature ^ newSelectedSignature);
SelectedSignatureChangedEventArgs(Microsoft::VisualStudio::Language::Intellisense::ISignature const & previousSelectedSignature, Microsoft::VisualStudio::Language::Intellisense::ISignature const & newSelectedSignature);
public SelectedSignatureChangedEventArgs (Microsoft.VisualStudio.Language.Intellisense.ISignature previousSelectedSignature, Microsoft.VisualStudio.Language.Intellisense.ISignature newSelectedSignature);
new Microsoft.VisualStudio.Language.Intellisense.SelectedSignatureChangedEventArgs : Microsoft.VisualStudio.Language.Intellisense.ISignature * Microsoft.VisualStudio.Language.Intellisense.ISignature -> Microsoft.VisualStudio.Language.Intellisense.SelectedSignatureChangedEventArgs
Public Sub New (previousSelectedSignature As ISignature, newSelectedSignature As ISignature)
Parameters
- previousSelectedSignature
- ISignature
The signature that was previously selected.
- newSelectedSignature
- ISignature
The signature that is currently selected.