CurrentParameterChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the change of the current parameter in a signature help session.
public ref class CurrentParameterChangedEventArgs : EventArgs
public class CurrentParameterChangedEventArgs : EventArgs
type CurrentParameterChangedEventArgs = class
inherit EventArgs
Public Class CurrentParameterChangedEventArgs
Inherits EventArgs
- Inheritance
-
CurrentParameterChangedEventArgs
Remarks
Used with the CurrentParameterChanged event.
Constructors
CurrentParameterChangedEventArgs(IParameter, IParameter) |
Initializes a new instance of CurrentParameterChangedEventArgs. |
Properties
NewCurrentParameter |
Gets the parameter that is now the current parameter. |
PreviousCurrentParameter |
Gets the parameter that was previously the current parameter. |