XMLNode.BindingContextChanged Event
Occurs when the value of the BindingContext property of the ContentControlBase 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
- 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.