在指定输入描述符中的值已更改时调用。
命名空间: Microsoft.Data.Schema.Tools.DataGenerator
程序集: Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)
语法
声明
Sub OnInputValueChanged ( _
sender As Object, _
eventArgs As InputChangedEventArgs _
)
void OnInputValueChanged(
Object sender,
InputChangedEventArgs eventArgs
)
void OnInputValueChanged(
Object^ sender,
InputChangedEventArgs^ eventArgs
)
abstract OnInputValueChanged :
sender:Object *
eventArgs:InputChangedEventArgs -> unit
function OnInputValueChanged(
sender : Object,
eventArgs : InputChangedEventArgs
)
参数
- sender
类型:System.Object
作为事件源的对象。
- eventArgs
类型:Microsoft.Data.Schema.Tools.DataGenerator.InputChangedEventArgs
包含事件数据的 InputChangingEventArgs。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。