[]
        
(Showing Draft Content)

C1.Util.Util.GetValueFromBindings

GetValueFromBindings Method

GetValueFromBindings(FrameworkElement)

Returns the current value on a binding source so caller can update the target explicitly (because Silverlight doesn't have binding.UpdateTarget)

Declaration
public static object GetValueFromBindings(FrameworkElement e)
Parameters
Type Name Description
FrameworkElement e

Element to get the bound value from.

Returns
Type Description
object