Share via


InputChangingEventArgs.Value Property

Gets the new value being assigned to the input property.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.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
A Object that contains the information about the new value that is being assigned to the property.

Remarks

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

.NET Framework Security

See Also

Reference

InputChangingEventArgs Class

InputChangingEventArgs Members

Microsoft.Data.Schema.DataGenerator Namespace