Partilhar via


Evento PropertyChanged

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
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler
'Uso
Dim instance As IDataSourceDescriptor
Dim handler As DataSourceDescriptorPropertyChangedEventHandler

AddHandler instance.PropertyChanged, handler
event DataSourceDescriptorPropertyChangedEventHandler PropertyChanged
 event DataSourceDescriptorPropertyChangedEventHandler^ PropertyChanged {
    void add (DataSourceDescriptorPropertyChangedEventHandler^ value);
    void remove (DataSourceDescriptorPropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<DataSourceDescriptorPropertyChangedEventHandler,
    DataSourceDescriptorPropertyChangedEventArgs>
JScript dá suporte ao uso de eventos, mas não à declaração de eventos novos.