ContentControlBase.Entering 事件

当用户在内容控件中单击,或者以编程方式将光标移到内容控件中时发生。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
Event Entering As ContentControlEnteringEventHandler
event ContentControlEnteringEventHandler Entering

备注

如果内容控件嵌套在另一个内容控件内,则 Entering 事件只对嵌套的控件引发,而不对父控件引发。例如,如果用户在嵌套在 GroupContentControl 中的 PlainTextContentControl 中单击,则此事件只对 PlainTextContentControl 引发;而不对 GroupContentControl 引发。

有关处理事件的更多信息,请参见使用事件

.NET Framework 安全性

请参见

参考

ContentControlBase 接口

Microsoft.Office.Tools.Word 命名空间