Share via


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

  • value
    Type: System.Object
    The new value that is assigned to the input property.

.NET Framework Security

See Also

Reference

InputChangingEventArgs Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace