InputChangingEventArgs Constructor
Initializes a new instance of the InputChangingEventArgs class by using the provided array of inputs, the input that changes, and the new value.
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, _
value As Object _
)
public InputChangingEventArgs(
InputDescriptor[] inputs,
InputDescriptor input,
Object value
)
public:
InputChangingEventArgs(
array<InputDescriptor^>^ inputs,
InputDescriptor^ input,
Object^ value
)
new :
inputs:InputDescriptor[] *
input:InputDescriptor *
value:Object -> InputChangingEventArgs
public function InputChangingEventArgs(
inputs : InputDescriptor[],
input : InputDescriptor,
value : Object
)
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 that represents the input property whose value is changed.
- value
Type: System.Object
The new value that is assigned to the input property.
.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.