InputChangingEventArgs 构造函数

使用所提供的输入数组、更改的输入以及新值初始化 InputChangingEventArgs 类的新实例。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

InputChangingEventArgs 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间