Share via


DataSourceDescriptorPropertyChangedEventArgs.NewValue Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property NewValue As Object
    Get
'Usage
Dim instance As DataSourceDescriptorPropertyChangedEventArgs
Dim value As Object

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

Property Value

Type: System.Object