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 ();
}
/** @property */
public Object get_Value ()
public function get Value () : Object
Property Value
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.
See Also
Reference
InputChangingEventArgs Class
InputChangingEventArgs Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
OnInputChangeValidation
OnInputChangeValidation
OnInputChangeValidation