ContentControlBase.Added Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs after the content control is added to the document.
public:
event Microsoft::Office::Tools::Word::ContentControlAddedEventHandler ^ Added;
event Microsoft.Office.Tools.Word.ContentControlAddedEventHandler Added;
member this.Added : Microsoft.Office.Tools.Word.ContentControlAddedEventHandler
Event Added As ContentControlAddedEventHandler
Event Type
Remarks
The Added event is raised when the content control is added to the document as a result of a redo or undo operation.