ContentControlBase.Entering Event

Definition

Occurs when the user clicks in the content control, or when the cursor is moved into the content control programmatically.

public:
 event Microsoft::Office::Tools::Word::ContentControlEnteringEventHandler ^ Entering;
event Microsoft.Office.Tools.Word.ContentControlEnteringEventHandler Entering;
member this.Entering : Microsoft.Office.Tools.Word.ContentControlEnteringEventHandler 
Event Entering As ContentControlEnteringEventHandler 

Event Type

Remarks

If the content control is nested inside another content control, the Entering event is raised only for the nested control, not the parent control. For example, if the user clicks in a PlainTextContentControl that is nested in a GroupContentControl, this event is raised only for the PlainTextContentControl; this event is not raised for the GroupContentControl.

Applies to