SelectedSignatureChangedEventArgs Constructor (ISignature^, ISignature^)

 

Initializes a new instance of SelectedSignatureChangedEventArgs.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
SelectedSignatureChangedEventArgs(
	ISignature^ previousSelectedSignature,
	ISignature^ newSelectedSignature
)

Parameters

previousSelectedSignature
Type: Microsoft.VisualStudio.Language.Intellisense::ISignature^

The signature that was previously selected.

newSelectedSignature
Type: Microsoft.VisualStudio.Language.Intellisense::ISignature^

The signature that is currently selected.

Return to top
Show: