InputChangingEventArgs Class
Provides data for the validation events that occur when the user changes input properties.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputChangingEventArgs
Inherits EventArgs
'Usage
Dim instance As InputChangingEventArgs
[CLSCompliantAttribute(true)]
public sealed class InputChangingEventArgs : EventArgs
[CLSCompliantAttribute(true)]
public ref class InputChangingEventArgs sealed : public EventArgs
/** @attribute CLSCompliantAttribute(true) */
public final class InputChangingEventArgs extends EventArgs
CLSCompliantAttribute(true)
public final class InputChangingEventArgs extends EventArgs
Remarks
InputChangingEventArgs provides data for the following events:
To cancel the assignment of a new value to a property, throw InputValidationException in one of these methods.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputChangingEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
InputChangingEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace