ContentControlBase::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)

event EventHandler^ BindingContextChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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.

Return to top
Show: