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 不支援委派。
參數
sender
類型:Object事件的來源。
e
類型:Microsoft.VisualStudio.Data.DataConnectionPropertyChangedEventArgs包含事件資料的 DataConnectionPropertyChangedEventArgs 物件執行個體。