Click or drag to resize

IBehaviourDataContextChanged Method

Occures if the data context of the AssociatedObject has changed. This is only valid if AssociatedObject is a FrameworkElement.

Namespace:  Cauldron.XAML.Interactivity
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
void DataContextChanged(
	Object newDataContext
)

Parameters

newDataContext
Type: SystemObject
The new datacontext to assign to
See Also