A
Alessandro Rossi
I've developed a user control, and i want to use this
control in forms that has others controls linked to a
dataset (TextBox). I want to add a delegate to the
CollectionChanged event of the currencymanager of the
others linked control. My problem is: When i put the
usercontrol in the form (at design time), and i run the
application, if the bindings (of others controls) are
created before than my control, the delegate is not added
because my control is not yet created.
Do you know how can i solve this problem?
Thank you.
Alessandro Rossi
control in forms that has others controls linked to a
dataset (TextBox). I want to add a delegate to the
CollectionChanged event of the currencymanager of the
others linked control. My problem is: When i put the
usercontrol in the form (at design time), and i run the
application, if the bindings (of others controls) are
created before than my control, the delegate is not added
because my control is not yet created.
Do you know how can i solve this problem?
Thank you.
Alessandro Rossi