InputChangingEventArgs 类

更新:2007 年 11 月

为在用户更改输入属性时所发生的验证事件提供数据。

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

语法

声明
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputChangingEventArgs _
    Inherits EventArgs
用法
Dim instance As InputChangingEventArgs
[CLSCompliantAttribute(true)]
public sealed class InputChangingEventArgs : EventArgs
[CLSCompliantAttribute(true)]
public ref class InputChangingEventArgs sealed : public EventArgs
public final class InputChangingEventArgs extends EventArgs

备注

InputChangingEventArgs 为下列事件提供数据:

若要取消赋给属性的新值,请在上述方法之一中引发 InputValidationException

继承层次结构

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputChangingEventArgs

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

InputChangingEventArgs 成员

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator 命名空间