DataConnectionProperties.IDataConnectionProperties.PropertyChanged 事件

该事件在发生的更改的激发到连接属性的。

命名空间:  Microsoft.VisualStudio.Data
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Private Event PropertyChanged As EventHandler
    Implements IDataConnectionProperties.PropertyChanged
event EventHandler IDataConnectionProperties.PropertyChanged
private:
virtual  event EventHandler^ PropertyChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
private abstract PropertyChanged : IEvent<EventHandler,
    EventArgs>
private override PropertyChanged : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

实现

IDataConnectionProperties.PropertyChanged

.NET Framework 安全性

请参见

参考

DataConnectionProperties 类

Microsoft.VisualStudio.Data 命名空间