CurrentParameterChangedEventArgs Constructor (IParameter^, IParameter^)

 

Initializes a new instance of CurrentParameterChangedEventArgs.

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

public:
CurrentParameterChangedEventArgs(
	IParameter^ previousCurrentParameter,
	IParameter^ newCurrentParameter
)

Parameters

previousCurrentParameter
Type: Microsoft.VisualStudio.Language.Intellisense::IParameter^

The parameter that was previously the current parameter.

newCurrentParameter
Type: Microsoft.VisualStudio.Language.Intellisense::IParameter^

The parameter that is now the current parameter.

Return to top
Show: