Zdarzenie IDataSourceDescriptor.PropertyChanged
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.DataWarehouse.Interfaces
Zestaw: Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)
Składnia
'Deklaracja
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler
'Użycie
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>
Język JScript obsługuje używanie zdarzeń, ale nie obsługuje deklarowania nowych.
Zobacz także