CurrentParameterChangedEventArgs Class

 

Provides information about the change of the current parameter in a signature help session.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Language.Intellisense.CurrentParameterChangedEventArgs

public class CurrentParameterChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodCurrentParameterChangedEventArgs(IParameter, IParameter)

Initializes a new instance of CurrentParameterChangedEventArgs.

NameDescription
System_CAPS_pubpropertyNewCurrentParameter

Gets the parameter that is now the current parameter.

System_CAPS_pubpropertyPreviousCurrentParameter

Gets the parameter that was previously the current parameter.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: