ContentControlBase.Deleting 事件 (2007 system)

更新:2007 年 11 月

在内容控件从文档中删除之前发生。

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

语法

声明
Public Event Deleting As EventHandler(Of ContentControlDeletingEventArgs)
用法
Dim instance As ContentControlBase
Dim handler As EventHandler(Of ContentControlDeletingEventArgs)

AddHandler instance.Deleting, handler
public event EventHandler<ContentControlDeletingEventArgs> Deleting

备注

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

权限

另请参见

参考

ContentControlBase 类

ContentControlBase 成员

Microsoft.Office.Tools.Word 命名空间