更新:2007 年 11 月
在类中实现时,如果更改了指定输入说明符中的值,则会调用此方法。
命名空间: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
程序集: Microsoft.VisualStudio.TeamSystem.Data(在 Microsoft.VisualStudio.TeamSystem.Data.dll 中)
语法
声明
Sub OnInputValueChanged ( _
sender As Object, _
eventArgs As InputChangedEventArgs _
)
用法
Dim instance As IDesigner
Dim sender As Object
Dim eventArgs As InputChangedEventArgs
instance.OnInputValueChanged(sender, _
eventArgs)
void OnInputValueChanged(
Object sender,
InputChangedEventArgs eventArgs
)
void OnInputValueChanged(
Object^ sender,
InputChangedEventArgs^ eventArgs
)
function OnInputValueChanged(
sender : Object,
eventArgs : InputChangedEventArgs
)
参数
sender
类型:System.ObjectThe source of the event.
eventArgs
类型:Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputChangedEventArgsThe InputChangedEventArgs that contains the event data.
备注
The InputChangedEventArgs contain the InputDescriptor that was changed and an array of all the InputDescriptors.
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。