[]
Returns the current value on a binding source so caller can update the target explicitly (because Silverlight doesn't have binding.UpdateTarget)
public static object GetValueFromBindings(FrameworkElement e)
Type | Name | Description |
---|---|---|
FrameworkElement | e | Element to get the bound value from. |
Type | Description |
---|---|
object |