DataSourceDescriptorPropertyChangedEventArgs Constructor
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 Sub New ( _
name As String, _
oldValue As Object, _
newValue As Object _
)
'Usage
Dim name As String
Dim oldValue As Object
Dim newValue As Object
Dim instance As New DataSourceDescriptorPropertyChangedEventArgs(name, oldValue, _
newValue)
public DataSourceDescriptorPropertyChangedEventArgs(
string name,
Object oldValue,
Object newValue
)
public:
DataSourceDescriptorPropertyChangedEventArgs(
String^ name,
Object^ oldValue,
Object^ newValue
)
new :
name:string *
oldValue:Object *
newValue:Object -> DataSourceDescriptorPropertyChangedEventArgs
public function DataSourceDescriptorPropertyChangedEventArgs(
name : String,
oldValue : Object,
newValue : Object
)