ContentControlBase.Added 事件 (2007 system)

更新:2007 年 11 月

在内容控件添加到文档后发生。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word.v9.0(在 Microsoft.Office.Tools.Word.v9.0.dll 中)

语法

声明
Public Event Added As EventHandler(Of ContentControlAddedEventArgs)
用法
Dim instance As ContentControlBase
Dim handler As EventHandler(Of ContentControlAddedEventArgs)

AddHandler instance.Added, handler
public event EventHandler<ContentControlAddedEventArgs> Added

备注

当内容控件由于重做或撤消操作而添加到文档时,将引发 Added 事件。

有关处理事件的更多信息,请参见使用事件

权限

另请参见

参考

ContentControlBase 类

ContentControlBase 成员

Microsoft.Office.Tools.Word 命名空间