VS 2005
I have some custom business objects (BindingList(of T)) connected through
BindingSources to a BindingNavigato r.
When the user moves focus the BindingSource of the navigator can be changed
to reflect the new BindingSource.
I want to trap an event for this change (BindingSourceC hanged), but I can't
find anything.
The BindingContext event for the BindingNavigato r is fired when the control
is first setup, but thereafter receives nothing.
The BindingNavigato r itself obviously knows this since it updates its
properties like Count.
What event can I use?
Rick
I have some custom business objects (BindingList(of T)) connected through
BindingSources to a BindingNavigato r.
When the user moves focus the BindingSource of the navigator can be changed
to reflect the new BindingSource.
I want to trap an event for this change (BindingSourceC hanged), but I can't
find anything.
The BindingContext event for the BindingNavigato r is fired when the control
is first setup, but thereafter receives nothing.
The BindingNavigato r itself obviously knows this since it updates its
properties like Count.
What event can I use?
Rick