How to update when anything is clicked?

I'm working on a Windows Form Application in Visual Studio 2010, and I need to know how to call a function (my update function) whenever the form detects an event, such as a button being clicked. I need it to do this so that whenever the user clicks a button or types some text, it will update the information in my class.
You an OnUpdate function that does your updates, an you need to call it when the controls receive an event.
This is what that Callback function is for... Or am I missing something?
Topic archived. No new replies allowed.