SelectedSignatureChangedEventArgs 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 selected signature changes in signature help IntelliSense sessions.
public ref class SelectedSignatureChangedEventArgs : EventArgs
public class SelectedSignatureChangedEventArgs : EventArgs
type SelectedSignatureChangedEventArgs = class
inherit EventArgs
Public Class SelectedSignatureChangedEventArgs
Inherits EventArgs
- Inheritance
-
SelectedSignatureChangedEventArgs
Constructors
SelectedSignatureChangedEventArgs(ISignature, ISignature) |
Initializes a new instance of SelectedSignatureChangedEventArgs. |
Properties
NewSelectedSignature |
Gets the signature that is currently selected. |
PreviousSelectedSignature |
Gets the signature that was previously selected. |