InputChangingEventArgs.Value Property

Gets the new value being assigned to the input property.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Object
'Usage
Dim instance As InputChangingEventArgs
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
public function get Value () : Object

Property Value

Type: System.Object
An Object that contains the information of the new value that is being assigned to the property.

Remarks

To cancel the assignment of the new value to the property, throw InputValidationException in the OnInputChangeValidation method.

Permissions

See Also

Reference

InputChangingEventArgs Class

InputChangingEventArgs Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

OnInputChangeValidation

OnInputChangeValidation

OnInputChangeValidation