IDataSourceDescriptor.PropertyChanged Event

 

Applies To: SQL Server 2016 Preview

Occurs when a property value changes.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

event DataSourceDescriptorPropertyChangedEventHandler PropertyChanged
event DataSourceDescriptorPropertyChangedEventHandler^ PropertyChanged {
    void add(DataSourceDescriptorPropertyChangedEventHandler^ value);
    void remove(DataSourceDescriptorPropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<DataSourceDescriptorPropertyChangedEventHandler,
    DataSourceDescriptorPropertyChangedEventArgs>
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top