TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vivek Sampara
NA
11
1.7k
Very Interesting Event handling Challenge
Apr 13 2011 4:48 AM
1. Custom Control with 2 Textboxes
Publicly define Int Sum = textbox1 + textbox2 values
2. A new Form and Add the Custrom Control created
A third
Textbox
which will take value from CustromControl.Sum
The Tricky issue is , Event Should Occur when ever the Textbox1 and Textbox2 values are changed in the Form . and Textbox 3 should get automatically updated.
can anyone who's done this help me with this ?? Its something I've tried using A delegates and events but its never getting invoked in the main form .
Any Help would be appreciated
Thanks
Reply
Answers (
12
)
Datagridview
How to Bind a record from datagridview to winforms controls?