IDataConnectionProperties.PropertyChanged 事件

引发的事件,请更改数据提供程序连接属性。

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

语法

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

备注

数据连接 对话框挂钩到此事件中以确定何时获取 IsComplete 属性从而更新 按钮的状态(启用或禁用)。

.NET Framework 安全性

请参见

参考

IDataConnectionProperties 接口

Microsoft.Data.ConnectionUI 命名空间