DocumentEvents2_Event.ContentControlOnExit Event

Definition

Occurs when a user leaves a content control.

public:
 event Microsoft::Office::Interop::Word::DocumentEvents2_ContentControlOnExitEventHandler ^ ContentControlOnExit;
event Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnExitEventHandler ContentControlOnExit;
member this.ContentControlOnExit : Microsoft.Office.Interop.Word.DocumentEvents2_ContentControlOnExitEventHandler 
Event ContentControlOnExit As DocumentEvents2_ContentControlOnExitEventHandler 

Event Type

Remarks

Important: This event fires only for the content control that you exit and not for parent content controls. For example, if you have a text box content control nested inside a group content control, and you move the cursor from inside the text box content control and into another place in the document, this event fires only once for the text box content control; it does not fire for the parent group content control.

For information about using events with the _Document object, see Using Events with the Document Object

Applies to