Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.4 KB

Word.Document.ContentControlOnEnter.md

File metadata and controls

48 lines (27 loc) · 1.4 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.ContentControlOnEnter event (Word)
vbawd10.chm4001013
vbawd10.chm4001013
Word.Document.ContentControlOnEnter
593eca61-886c-85e9-fde2-1dc20c80740b
06/08/2017
medium

Document.ContentControlOnEnter event (Word)

Occurs when a user enters a content control.

Syntax

expression.ContentControlOnEnter'(ContentControl**, )

expression An expression that returns a Document object.

Parameters

Name Required/Optional Data type Description
ContentControl Required ContentControl The content control that the user is entering.

Remarks

Important

This event fires only for the content control that you enter and not for parent content controls. For example, if you have a text box content control nested inside a group content control, and you place the cursor inside the text box content control, 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.

See also

Document Object

[!includeSupport and feedback]