N
ncarnal
I am binding to a UserControl:
MyControl.DataBindings.Add("MyProperty",bindingsource,"PropertyOfBindingSource")
Within my UserControl, I have setup INotifyPropertyChanged and I raise
the event PropertyChanged to tell the binding source I have made a
change to MyProperty. But no update is taking place.
MyProperty sets the Text value of a TextBox and conversely, anychanges
to the TextBox.Text property set the value of MyProperty.
Any ideas would be greatly appreciated.
Thanks
ncarnal
MyControl.DataBindings.Add("MyProperty",bindingsource,"PropertyOfBindingSource")
Within my UserControl, I have setup INotifyPropertyChanged and I raise
the event PropertyChanged to tell the binding source I have made a
change to MyProperty. But no update is taking place.
MyProperty sets the Text value of a TextBox and conversely, anychanges
to the TextBox.Text property set the value of MyProperty.
Any ideas would be greatly appreciated.
Thanks
ncarnal