Share via


IDataSourceDescriptor.PropertyChanged Event

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Occurs when a property value changes.

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.

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace