
I'm using databinding to detect when the value in a DoubleEditBox has changed so I can enable an Apply button. Works great if user clicks on the arrow buttons, but not if they type in the edit box. Determined that the Value property isn't getting updated until control loses focus in this scenario, which doesn't help me. What DoubleEditBox property does change when the user types in the control?