次の方法で共有


PropertyChanged イベント

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.DataWarehouse.Interfaces
アセンブリ:  Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)

構文

'宣言
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler
'使用
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 はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。