Share via


SelectedSignatureChangedEventArgs Constructor

Initializes a new instance of SelectedSignatureChangedEventArgs.

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

Syntax

'Declaration
Public Sub New ( _
    previousSelectedSignature As ISignature, _
    newSelectedSignature As ISignature _
)
public SelectedSignatureChangedEventArgs(
    ISignature previousSelectedSignature,
    ISignature newSelectedSignature
)
public:
SelectedSignatureChangedEventArgs(
    ISignature^ previousSelectedSignature, 
    ISignature^ newSelectedSignature
)
new : 
        previousSelectedSignature:ISignature * 
        newSelectedSignature:ISignature -> SelectedSignatureChangedEventArgs
public function SelectedSignatureChangedEventArgs(
    previousSelectedSignature : ISignature, 
    newSelectedSignature : ISignature
)

Parameters

.NET Framework Security

See Also

Reference

SelectedSignatureChangedEventArgs Class

Microsoft.VisualStudio.Language.Intellisense Namespace