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