Share via


InputChangingEventArgs.Input Property

Gets the input property whose value is being 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 InputChangingEventArgs
Dim value As InputDescriptor

value = instance.Input
public InputDescriptor Input { get; }
public:
property InputDescriptor^ Input {
    InputDescriptor^ get ();
}
public function get Input () : InputDescriptor

Property Value

Type: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.InputDescriptor
An InputDescriptor that contains the information of the property that is being changed. Value still contains the previous property value.

Permissions

See Also

Reference

InputChangingEventArgs Class

InputChangingEventArgs Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace