RichTextContentControl Events
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
| Name | Description | |
|---|---|---|
![]() | Added | Occurs after the content control is added to the document. (Inherited from ContentControlBase.) |
![]() | BindingContextChanged | Occurs when the value of the BindingContext property of the ContentControlBase changes.(Inherited from ContentControlBase.) |
![]() | ContentUpdating | Occurs just before Microsoft Office Word updates the text in the content control, if the content control is bound to a custom XML part.(Inherited from ContentControlBase.) |
![]() | Deleting | Occurs just before the content control is deleted from the document.(Inherited from ContentControlBase.) |
![]() | Disposed | (Inherited from IComponent.) |
![]() | Entering | Occurs when the user clicks in the content control, or when the cursor is moved into the content control programmatically.(Inherited from ContentControlBase.) |
![]() | Exiting | Occurs when the user clicks outside the content control, or when the cursor is moved outside the content control programmatically.(Inherited from ContentControlBase.) |
![]() | StoreUpdating | Occurs just before Microsoft Office Word updates data in a custom XML part that is bound to the content control (that is, after the text in the content control changes).(Inherited from ContentControlBase.) |
![]() | Validated | Occurs when the content control has been successfully validated.(Inherited from ContentControlBase.) |
![]() | Validating | Occurs when the contents of the content control are being validated. (Inherited from ContentControlBase.) |
