InputChangingEventArgs Members
Provides data for the validation events that occur when the user changes input properties.
The following tables list the members exposed by the InputChangingEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
InputChangingEventArgs | Initializes a new instance of the InputChangingEventArgs class. |
Top
Public Properties
Name | Description | |
---|---|---|
Input | Gets the input property whose value is being changed. | |
Inputs | Gets a read-only collection of all the current input properties of the data generator. | |
Value | Gets the new value being assigned to the input property. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
InputChangingEventArgs Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace