Share via


InputChangedEventArgs Constructor

Initializes a new instance of the InputChangedEventArgs class.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Syntax

'Declaration
Public Sub New ( _
    inputs As InputDescriptor(), _
    input As InputDescriptor _
)
'Usage
Dim inputs As InputDescriptor()
Dim input As InputDescriptor

Dim instance As New InputChangedEventArgs(inputs, input)
public InputChangedEventArgs (
    InputDescriptor[] inputs,
    InputDescriptor input
)
public:
InputChangedEventArgs (
    array<InputDescriptor^>^ inputs, 
    InputDescriptor^ input
)
public InputChangedEventArgs (
    InputDescriptor[] inputs, 
    InputDescriptor input
)
public function InputChangedEventArgs (
    inputs : InputDescriptor[], 
    input : InputDescriptor
)

Parameters

  • inputs
    An array of all the current input properties of the data generator.
  • input
    The input property whose value has changed.

See Also

Reference

InputChangedEventArgs Class
InputChangedEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace