IDataSourceDescriptor.PropertyChanged Event
This API supports the .NET Framework 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
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.