CurrentParameterChangedEventArgs Class
Visual Studio 2015
Provides information about the change of the current parameter in a signature help session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
System.Object
System.EventArgs
Microsoft.VisualStudio.Language.Intellisense.CurrentParameterChangedEventArgs
System.EventArgs
Microsoft.VisualStudio.Language.Intellisense.CurrentParameterChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | CurrentParameterChangedEventArgs(IParameter, IParameter) | Initializes a new instance of CurrentParameterChangedEventArgs. |
| Name | Description | |
|---|---|---|
![]() | NewCurrentParameter | Gets the parameter that is now the current parameter. |
![]() | PreviousCurrentParameter | Gets the parameter that was previously the current parameter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Used with the CurrentParameterChanged event.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


