When the event happens, Tkinter triggers the handler function you’ve assigned. You can even have multiple handlers for the same event by using the add='+' argument. Let’s start with a simple example.