InputChangedEventArgs Class
Provides data for the events that occur after 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 InputChangedEventArgs
Inherits EventArgs
'Usage
Dim instance As InputChangedEventArgs
[CLSCompliantAttribute(true)]
public sealed class InputChangedEventArgs : EventArgs
[CLSCompliantAttribute(true)]
public ref class InputChangedEventArgs sealed : public EventArgs
/** @attribute CLSCompliantAttribute(true) */
public final class InputChangedEventArgs extends EventArgs
CLSCompliantAttribute(true)
public final class InputChangedEventArgs extends EventArgs
Remarks
InputChangedEventArgs provides data for the following events:
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputChangedEventArgs
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
InputChangedEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace