Evento PropertyChanged

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Sintassi

'Dichiarazione
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.