EntryPointBindableComponentBase.BindingContextChanged 事件 (2007 system)
更新:2007 年 11 月
此 API 支持 Visual Studio Tools for Office 基础结构,不适合在代码中直接使用。
命名空间: Microsoft.VisualStudio.Tools.Office
程序集: Microsoft.Office.Tools.v9.0(在 Microsoft.Office.Tools.v9.0.dll 中)
语法
声明
Public Event BindingContextChanged As EventHandler
用法
Dim instance As EntryPointBindableComponentBase
Dim handler As EventHandler
AddHandler instance.BindingContextChanged, handler
public event EventHandler BindingContextChanged
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
另请参见
参考
EntryPointBindableComponentBase 类