Compartilhar via


Construtor DataSourceDescriptorPropertyChangedEventArgs

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    oldValue As Object, _
    newValue As Object _
)
'Uso
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
)

Parâmetros