InputChangedEventArgs Constructor
Initializes a new instance of the InputChangedEventArgs class by using the provided inputs and input.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
inputs As InputDescriptor(), _
input As InputDescriptor _
)
public InputChangedEventArgs(
InputDescriptor[] inputs,
InputDescriptor input
)
public:
InputChangedEventArgs(
array<InputDescriptor^>^ inputs,
InputDescriptor^ input
)
new :
inputs:InputDescriptor[] *
input:InputDescriptor -> InputChangedEventArgs
public function InputChangedEventArgs(
inputs : InputDescriptor[],
input : InputDescriptor
)
Parameters
- inputs
Type: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
An array of InputDescriptor objects that represent all current input properties of the data generator.
- input
Type: Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor
The InputDescriptor input property whose value has changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.