Hi ActiPro Team,
Here I am facing a very generic problem with your Int32EditBx Control.
Whenever I change the value in Int32EditBox control using KEYBOARD, propertychange of INotifyPropertyChanged interface does not get fired.
e.g. Initial Value -30
Newly Entered Value-31
As Property Change does not get fired so it still shows value equal to 30.
As exactly after this I lost the focus from the control It reflects 31.
So please suggest any optimized solution for this or is there any kind of Text_Changed event similar to TextBox value change event.
Waiting for a positive response.
Thanks,
Maddy