Hi,
I have an class Test (INotifyPropertyChanged) which contains a
property (Value) of int? type. The Value property is bounded to a
TextBox. If I edit the TextBox by typing '1' the property value is
changed to 1. If I delete all the characters from the TextBox my
property is not set to null or 0. Is something that I'm missing?
Thx
Marian


