Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the input property whose value has changed.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public ReadOnly Property Input As InputDescriptor
'Usage
Dim instance As InputChangedEventArgs
Dim value As InputDescriptor
value = instance.Input
public InputDescriptor Input { get; }
public:
property InputDescriptor^ Input {
InputDescriptor^ get ();
}
/** @property */
public InputDescriptor get_Input ()
public function get Input () : InputDescriptor
Property Value
An InputDescriptor that contains the information of the property that is being changed.
See Also
Reference
InputChangedEventArgs Class
InputChangedEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace