RichTextContentControl Events

 

Namespace:   Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

NameDescription
System_CAPS_pubeventAdded

Occurs after the content control is added to the document. (Inherited from ContentControlBase.)

System_CAPS_pubeventBindingContextChanged

Occurs when the value of the BindingContext property of the ContentControlBase changes.(Inherited from ContentControlBase.)

System_CAPS_pubeventContentUpdating

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.)

System_CAPS_pubeventDeleting

Occurs just before the content control is deleted from the document.(Inherited from ContentControlBase.)

System_CAPS_pubeventDisposed

(Inherited from IComponent.)

System_CAPS_pubeventEntering

Occurs when the user clicks in the content control, or when the cursor is moved into the content control programmatically.(Inherited from ContentControlBase.)

System_CAPS_pubeventExiting

Occurs when the user clicks outside the content control, or when the cursor is moved outside the content control programmatically.(Inherited from ContentControlBase.)

System_CAPS_pubeventStoreUpdating

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.)

System_CAPS_pubeventValidated

Occurs when the content control has been successfully validated.(Inherited from ContentControlBase.)

System_CAPS_pubeventValidating

Occurs when the contents of the content control are being validated. (Inherited from ContentControlBase.)

Return to top
Show: