ContentControlBase.Deleting 事件 (2007 系統)
更新: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
備註
如需處理事件的詳細資訊,請參閱使用事件。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。