Bookmark.BindingContextChanged Event

Occurs when the value of the BindingContext property of the Bookmark changes.

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

Syntax

'Declaration
Event BindingContextChanged As EventHandler
event EventHandler BindingContextChanged

Remarks

This event is raised if the BindingContext property is changed is changed by either a programmatic modification or user interaction. For more information about the purpose of the BindingContext property, see the BindingContext class.

For more information about handling events, see Consuming Events.

.NET Framework Security

See Also

Reference

Bookmark Interface

Microsoft.Office.Tools.Word Namespace