Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Occurs when the user clicks outside the content control, or when the cursor is moved outside the content control programmatically.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Event Exiting As ContentControlExitingEventHandler
event ContentControlExitingEventHandler Exiting
Remarks
If the content control is nested inside another content control, the Exiting event is raised only for the nested control, not the parent control. For example, if the user clicks outside a PlainTextContentControl that is nested in a GroupContentControl, this event is raised only for the PlainTextContentControl; this event is not raised for the GroupContentControl.
For more information about handling events, see Consuming Events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.