ContentControlBase.Added Event

Definition

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.

Applies to