[]
        
(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)
Public Shared Function GetValueFromBindings(e As FrameworkElement) As Object
Parameters
Type Name Description
FrameworkElement e

Element to get the bound value from.

Returns
Type Description
object