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 ();
}
/** @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. Value still contains the previous property value.
See Also
Reference
InputChangingEventArgs Class
InputChangingEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace