E
Eduard Meusburger
I have created a UserControl which inherits from textbox.
Then I made a additional property.
Now I can bind the additional property to a field in the
datasource.
The new property is set through databinding, but when i
set the property in the program, the datasource is not
updated.
I have tried to implement a propertyChanged event but it
still does not work.
Can someone tell me how to implement the propertyChanged
event for a custom property for updateting the datasource
in C#.
Thanks in advance
Eduard
Then I made a additional property.
Now I can bind the additional property to a field in the
datasource.
The new property is set through databinding, but when i
set the property in the program, the datasource is not
updated.
I have tried to implement a propertyChanged event but it
still does not work.
Can someone tell me how to implement the propertyChanged
event for a custom property for updateting the datasource
in C#.
Thanks in advance
Eduard