I have decimal up control in my wpf application. While I am trying to 0.5. When I am type 0 in decinmal up down text box. It will raise property changed event. In that property changed.
My requirement was to raise property change event when I am finish typing.
This decimal up control used lot of places in my application. How to write code in (generic way/ single place) to resolve that issue.