DataConnectionPropertyChangedEventHandler 委托

表示该方法处理在当前 DataConnectionProperties 实例的 PropertyChanged 事件。

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

语法

声明
Public Delegate Sub DataConnectionPropertyChangedEventHandler ( _
    sender As Object, _
    e As DataConnectionPropertyChangedEventArgs _
)
public delegate void DataConnectionPropertyChangedEventHandler(
    Object sender,
    DataConnectionPropertyChangedEventArgs e
)
public delegate void DataConnectionPropertyChangedEventHandler(
    Object^ sender, 
    DataConnectionPropertyChangedEventArgs^ e
)
type DataConnectionPropertyChangedEventHandler = 
    delegate of 
        sender:Object * 
        e:DataConnectionPropertyChangedEventArgs -> unit
JScript 不支持委托。

参数

请参见

参考

Microsoft.VisualStudio.Data 命名空间