Share via


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
Public constructor InputChangingEventArgs Initializes a new instance of the InputChangingEventArgs class.  

Top

Public Properties

  Name Description
Public property Input Gets the input property whose value is being changed.  
Public property Inputs Gets a read-only collection of all the current input properties of the data generator.  
Public property Value Gets the new value being assigned to the input property.  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

InputChangingEventArgs Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace