Share via


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

.NET Framework Security

See Also

Reference

InputChangedEventArgs Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputDescriptor